Skip to content

Commit 61e7c6d

Browse files
committed
Fix typo
1 parent 7cc5b57 commit 61e7c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upgrade-codeql-dependencies/upgrade-codeql-dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def main(cli_version : str, github_token: str) -> None:
8282
# Note: we need to update all qlpack files, because they may
8383
# transitively depend on the packs we changed
8484
for qlpack_file in qlpack_files:
85-
qlpack = qlpack.parent
85+
qlpack = qlpack_file.parent
8686
print("Updating lock files for " + str(qlpack))
8787
os.system(f"codeql pack upgrade {qlpack}")
8888

0 commit comments

Comments
 (0)