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

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

commit c15ad08a194b9fa3d5ccf7fce8f307d27e4ab337
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Aug 8 14:20:06 2023 +0200

    Make starter-create script to run
---
 starter-create | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/starter-create b/starter-create
index d3f2aa450ca..3be6d385073 100755
--- a/starter-create
+++ b/starter-create
@@ -20,4 +20,4 @@
 
 name=$1
 shift
-mvnw --file tooling/camel-spring-boot-starter-generator 
org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:generate-starter
 -Daction=create -DcomponentName=$name $@
\ No newline at end of file
+./mvnw --file tooling/camel-spring-boot-starter-generator 
org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:generate-starter
 -Daction=create -DcomponentName=$name $@
\ No newline at end of file

Reply via email to