Skip to content

Commit 8167217

Browse files
committed
Add origin
1 parent fb53fdc commit 8167217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test-vscode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rm -rf "$test_root_dir" && mkdir -p "$test_root_dir"
1212
cd "$test_root_dir"
1313
git clone --depth=10 https://github.com/mongodb-js/vscode.git
1414
cd vscode
15-
git checkout gagik/mongosh-package-update
15+
git checkout origin/gagik/mongosh-package-update
1616
npm install --force
1717
rm -rf node_modules/@mongosh
1818
(cd node_modules && ln -s "$mongosh_root_dir/packages" @mongosh)

0 commit comments

Comments
 (0)