This is an automated email from the ASF dual-hosted git repository.
tsato 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 b536d0f75 chore(build): tiny fix for make codegen
b536d0f75 is described below
commit b536d0f75ba2d53ed2ed613c24b242138234ef5c
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Wed Jan 18 12:28:49 2023 +0900
chore(build): tiny fix for make codegen
---
script/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script/Makefile b/script/Makefile
index 352160800..7aa12f790 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -191,7 +191,7 @@ codegen:
@echo " installDefaultKamelets = $(INSTALL_DEFAULT_KAMELETS)" >>
$(VERSIONFILE)
@echo ")" >> $(VERSIONFILE)
@echo "" >> $(VERSIONFILE)
- @echo "//GitCommit must be provided during application build" >>
$(VERSIONFILE)
+ @echo "// GitCommit must be provided during application build" >>
$(VERSIONFILE)
@echo "var GitCommit string" >> $(VERSIONFILE)
@echo "" >> $(VERSIONFILE)