Skip to content

Commit

Permalink
Add origin
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 25, 2024
1 parent fb53fdc commit 8167217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test-vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8167217

Please sign in to comment.