Skip to content

Commit dfe78c3

Browse files
committed
third times the charm maybe
1 parent bcd67a2 commit dfe78c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_unstaged.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
source "$(dirname "${BASH_SOURCE[0]}")/lib.sh"
66
cdroot
77

8-
FILES="$(git ls-files --other --modified --exclude-standard -- 'scripts/auditdocgen/main.go')"
8+
FILES="$(git ls-files --other --modified --exclude-standard -- './audditdocgen/main.go')"
99
if [[ "$FILES" != "" ]]; then
1010
mapfile -t files <<<"$FILES"
1111

0 commit comments

Comments
 (0)