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 f2b4595 commit bcd67a2Copy full SHA for bcd67a2
scripts/check_unstaged.sh
@@ -5,7 +5,7 @@ set -euo pipefail
5
source "$(dirname "${BASH_SOURCE[0]}")/lib.sh"
6
cdroot
7
8
-FILES="$(git ls-files --other --modified --exclude-standard --exclude=“scripts/auditdocgen/main.go”)"
+FILES="$(git ls-files --other --modified --exclude-standard -- 'scripts/auditdocgen/main.go')"
9
if [[ "$FILES" != "" ]]; then
10
mapfile -t files <<<"$FILES"
11
0 commit comments