Skip to content

Commit 5b5b153

Browse files
committed
PS: Make the prepare db script work on the Microsoft repo.
1 parent 4bfd6fd commit 5b5b153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/scripts/prepare-db-upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ EOF
3333
# default for prev_hash: the main branch of the remote for 'github/codeql'.
3434
# This works out as a dynamic lookup of the hash of the file in the main branch
3535
# of the repo.
36-
prev_hash=$(git remote -v | grep 'github/codeql\.git (fetch)$' | cut -f1)/main
36+
prev_hash=$(git remote -v | grep 'microsoft/codeql\.git (fetch)$' | cut -f1)/main
3737

3838
while [ $# -gt 0 ]; do
3939
case "$1" in

0 commit comments

Comments
 (0)