Croway commented on code in PR #21143:
URL: https://github.com/apache/camel/pull/21143#discussion_r2741544847
##########
dsl/camel-jbang/camel-jbang-it/src/test/java/org/apache/camel/dsl/jbang/it/MavenGradleITCase.java:
##########
@@ -41,11 +42,12 @@ public void runFromGradleTest() throws IOException {
execInContainer(String.format("mkdir %s/gradle-app", mountPoint()));
execInContainer(String.format("cd %s/gradle-app && camel init
cheese.xml", mountPoint()));
Review Comment:
@jvrubel I just stumbled on it, the is `camel init` correct here? shouldn't
it be `getMainCommand()`?
There may be other issues like this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]