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

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

commit afa425b06e2502e40d0d51276d7e10d2aeda3b25
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Thu Mar 13 11:24:55 2025 +0100

    (chores) Fixed incorrect option for deleting a starter
---
 starter-delete | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/starter-delete b/starter-delete
index e26326fcc34..cc10852106e 100755
--- a/starter-delete
+++ b/starter-delete
@@ -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=delete -Dname=$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=delete -DcomponentName=$name $@
\ No newline at end of file

Reply via email to