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 d9a1ab0 commit 1906daaCopy full SHA for 1906daa
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 -- '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