tdiesler commented on code in PR #15592:
URL: https://github.com/apache/camel/pull/15592#discussion_r1764627493


##########
dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/KubernetesRun.java:
##########
@@ -499,6 +497,7 @@ private Integer deployProject(String workingDir) throws 
IOException, Interrupted
             args.add("k8s:deploy");
         }
 
+        printer().println(String.join(" ", args));

Review Comment:
   ok, looking into it ...



-- 
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]

Reply via email to