This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 854268025 chore(doc): fix comment in Makefile
854268025 is described below

commit 854268025a040d17d3b349c19f222a1be5a62b6a
Author: Gaelle Fournier <[email protected]>
AuthorDate: Wed Nov 27 14:09:41 2024 +0100

    chore(doc): fix comment in Makefile
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index dafb7b369..f6cd3fee1 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -343,7 +343,7 @@ build-kamel:
        ln -sf build/_output/bin/kamel-$(IMAGE_ARCH) ./kamel
 
 build-kamel-platform:
-       # Perform only when running on OS other than linux
+# Perform only when running on OS other than linux
 ifneq ($(shell uname -s 2>/dev/null || echo Unknown),Linux)
        @echo "####### Building platform specific kamel CLI for $(IMAGE_ARCH) 
architecture..."
        CGO_ENABLED=0 GOARCH=$(IMAGE_ARCH) go build $(GOFLAGS) -o 
build/_output/bin/kamel-$(IMAGE_ARCH) ./cmd/kamel/*.go

Reply via email to