From 8167217e27f747408e3c66fee6fd0465d934570a Mon Sep 17 00:00:00 2001 From: gagik Date: Fri, 25 Oct 2024 15:42:06 +0200 Subject: [PATCH] Add origin --- testing/test-vscode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test-vscode.sh b/testing/test-vscode.sh index bc14556a5..263d58215 100755 --- a/testing/test-vscode.sh +++ b/testing/test-vscode.sh @@ -12,7 +12,7 @@ rm -rf "$test_root_dir" && mkdir -p "$test_root_dir" cd "$test_root_dir" git clone --depth=10 https://github.com/mongodb-js/vscode.git cd vscode -git checkout gagik/mongosh-package-update +git checkout origin/gagik/mongosh-package-update npm install --force rm -rf node_modules/@mongosh (cd node_modules && ln -s "$mongosh_root_dir/packages" @mongosh)