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 4bfd6fd commit 5b5b153Copy full SHA for 5b5b153
misc/scripts/prepare-db-upgrade.sh
@@ -33,7 +33,7 @@ EOF
33
# default for prev_hash: the main branch of the remote for 'github/codeql'.
34
# This works out as a dynamic lookup of the hash of the file in the main branch
35
# of the repo.
36
-prev_hash=$(git remote -v | grep 'github/codeql\.git (fetch)$' | cut -f1)/main
+prev_hash=$(git remote -v | grep 'microsoft/codeql\.git (fetch)$' | cut -f1)/main
37
38
while [ $# -gt 0 ]; do
39
case "$1" in
0 commit comments