davsclaus commented on code in PR #12847: URL: https://github.com/apache/camel/pull/12847#discussion_r1459543642
########## dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java: ########## @@ -1294,6 +1294,11 @@ private boolean knownFile(String file) throws Exception { } private boolean skipFile(String name) { + if(name.startsWith("github:") || name.startsWith("https://github.com/") Review Comment: there should be space after if -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org