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 794ee9de Tidy up Jbang to JBang as that is how they present the name
(#651)
794ee9de is described below
commit 794ee9deadfdf41a65d5cf54a46a0847a0657533
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Feb 9 16:08:29 2023 +0100
Tidy up Jbang to JBang as that is how they present the name (#651)
---
karavan-vscode/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json
index 75e768fd..d4ac20d5 100644
--- a/karavan-vscode/package.json
+++ b/karavan-vscode/package.json
@@ -368,7 +368,7 @@
},
{
"command": "karavan.run-project-jbang",
- "title": "Karavan: Jbang run",
+ "title": "Karavan: JBang run",
"icon": {
"light": "./icons/light/rocket.svg",
"dark": "./icons/dark/rocket.svg"