Skip to content
Prev Previous commit
Next Next commit
third times the charm maybe
  • Loading branch information
Kira-Pilot committed Jan 26, 2023
commit dfe78c3849c1b9c58e63a14717ac7d412cf4fae7
2 changes: 1 addition & 1 deletion scripts/check_unstaged.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
source "$(dirname "${BASH_SOURCE[0]}")/lib.sh"
cdroot

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

Expand Down