Skip to content

Commit

Permalink
Make starter-create script to run
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Aug 8, 2023
1 parent dfa1ac2 commit c15ad08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter-create
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
./mvnw --file tooling/camel-spring-boot-starter-generator org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:generate-starter -Daction=create -DcomponentName=$name $@

0 comments on commit c15ad08

Please sign in to comment.