We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f13fd commit caa3125Copy full SHA for caa3125
scripts/install-packs.py
@@ -18,6 +18,6 @@
18
for pack in packs:
19
pack_path = os.path.join(root, pack)
20
# Run `codeql pack install` to install dependencies.
21
- command = [args.codeql, 'pack', 'install', '--alow-prerelease', '--mode', args.mode, pack_path]
+ command = [args.codeql, 'pack', 'install', '--allow-prerelease', '--mode', args.mode, pack_path]
22
print(f'Running `{" ".join(command)}`')
23
subprocess.check_call(command)
0 commit comments