This is an automated email from the ASF dual-hosted git repository.
marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push:
new 28e028a Update command line in readme for jbang launch for Camel 3.16
(#318)
28e028a is described below
commit 28e028ad8b6c4d9caa88e1efd9e9aa6b3413623b
Author: Aurélien Pupier <[email protected]>
AuthorDate: Sun Apr 17 04:41:30 2022 +0200
Update command line in readme for jbang launch for Camel 3.16 (#318)
Signed-off-by: Aurélien Pupier <[email protected]>
---
karavan-vscode/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/karavan-vscode/README.md b/karavan-vscode/README.md
index ccdeb5a..f42adff 100644
--- a/karavan-vscode/README.md
+++ b/karavan-vscode/README.md
@@ -46,7 +46,7 @@
* [JBang](https://www.jbang.dev) installed
* Click  button in VS Code or
```shell
-jbang -Dcamel.jbang.version=3.15.0 CamelJBang@apache/camel run
$INTEGRATION.yaml --max-messages=10 --logging-level=info
+jbang -Dcamel.jbang.version=3.16.0 camel@apache/camel run $INTEGRATION.yaml
--max-messages=10 --logging-level=info
```
## Run integration in Kubernetes or OpenShift