Skip to content
Prev Previous commit
Next Next commit
relative path
  • Loading branch information
Kira-Pilot committed Jan 26, 2023
commit 1906daa6c91feed552084d6974f43a6be05e9adf
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 -- './scripts/auditdocgen/main.go')"
if [[ "$FILES" != "" ]]; then
mapfile -t files <<<"$FILES"

Expand Down