Skip to content

Commit 3641f3d

Browse files
committed
fixup! audit_gen.sh -> generate.sh
1 parent 66e810b commit 3641f3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/audit/generate.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
# This script facilitates code generation for auditing types. It outputs code
44
# that can be copied and pasted into the audit.AuditableResources table. By
5-
# default, every field is ignored. It is your responsiblity to go through each field and document why each field should or should not be audited.
5+
# default, every field is ignored. It is your responsiblity to go through each
6+
# field and document why each field should or should not be audited.
67
#
78
# Usage:
89
# ./generate.sh <database type> <database type> ...

0 commit comments

Comments
 (0)