Skip to content

Commit ecdb5cd

Browse files
Fifth try fixing CI/CD
1 parent 58b6526 commit ecdb5cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/install-packs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_workspace_packs(root):
2323
# Find the root of the repo
2424
root = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
2525

26-
packs = get_workspace_packs.get_workspace_packs(root)
26+
packs = get_workspace_packs(root)
2727

2828
# Find the CodeQL packs in the repo. This can also return packs outside of the repo, if those packs
2929
# are installed in a sibling directory to the CLI.

0 commit comments

Comments
 (0)