We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f6c03 commit f5c8097Copy full SHA for f5c8097
scripts/publish-extractor-pack.sh
@@ -8,7 +8,7 @@ EXTRACTOR_VERSION=$(grep version $EXTRACTOR_INFO | awk '{print $2}')
8
9
LATEST_RELEASE=$(gh release list | head -n 1 | awk '{print $1}' | sed 's/v//')
10
11
-if which codeql >/dev/null; then
+if which codeql >/dev/null 2>&1; then
12
CODEQL_BINARY="codeql"
13
elif gh codeql version >/dev/null 2>&1; then
14
CODEQL_BINARY="gh codeql"
0 commit comments