Skip to content

chore: autogenerate audit log documentation #5862

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jan 26, 2023
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