Skip to content

Commit 8d5759d

Browse files
authored
Update remote repository to github/codeql
1 parent ec5d655 commit 8d5759d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/scripts/prepare-db-upgrade.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ EOF
3030
exit "${exit_code}"
3131
}
3232

33-
# default for prev_hash: the main branch of the remote for 'github/semmle-code'.
33+
# 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/semmle-code\.git (fetch)$' | cut -f1)/main
36+
prev_hash=$(git remote -v | grep 'github/codeql\.git (fetch)$' | cut -f1)/main
3737

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

0 commit comments

Comments
 (0)