Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46df100

Browse files
fix: use /usr/bin/env bash shebang
1 parent e770713 commit 46df100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gh-codeql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -e
33

44
debug="$(gh config get extensions.codeql.debug 2> /dev/null)" || : # Suppress an error and return empty if the field doesn't exist

0 commit comments

Comments
 (0)