We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568be08 commit 0f3cef6Copy full SHA for 0f3cef6
.github/scripts/get-commit-from-ref.sh
@@ -3,7 +3,7 @@
3
git clone https://github.com/mongodb/libmongocrypt.git _libmongocrypt
4
cd _libmongocrypt
5
6
-git switch --detach $REF
+git checkout --detach $REF
7
8
COMMIT_HASH=$(git rev-parse HEAD)
9
0 commit comments