Skip to content

Commit e2f6c03

Browse files
GeekMasherCopilot
andcommitted
Update scripts/publish-extractor-pack.sh
Co-authored-by: Copilot <[email protected]>
1 parent c664b32 commit e2f6c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-extractor-pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LATEST_RELEASE=$(gh release list | head -n 1 | awk '{print $1}' | sed 's/v//')
1010

1111
if which codeql >/dev/null; then
1212
CODEQL_BINARY="codeql"
13-
elif gh codeql >/dev/null; then
13+
elif gh codeql version >/dev/null 2>&1; then
1414
CODEQL_BINARY="gh codeql"
1515
else
1616
gh extension install github/gh-codeql

0 commit comments

Comments
 (0)