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 1df0289 Set repository for VSCode extension
1df0289 is described below
commit 1df02894a7a48b9f5fa136e53ddec15837e1ff02
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Mon Oct 25 13:22:12 2021 -0400
Set repository for VSCode extension
---
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 e6adbde..d875bcb 100644
--- a/karavan-vscode/package.json
+++ b/karavan-vscode/package.json
@@ -22,7 +22,7 @@
],
"repository": {
"type": "git",
- "url": "https://github.com/apache/camel-karavan"
+ "url": "https://github.com/apache/camel-karavan/karavan-vscode"
},
"engines": {
"vscode": "^1.56.0"