Skip to content

Commit 59f0269

Browse files
committed
fix static
1 parent c052f54 commit 59f0269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/gitcommands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func getGitNameSpaceCommands() []components.Command {
1919
Name: "audit",
2020
Aliases: []string{"a"},
2121
Description: gitAuditDocs.GetDescription(),
22-
Flags: flags.GetCommandFlags(flags.GitAudit),
22+
Flags: flags.GetCommandFlags(flags.Audit),
2323
},
2424
{
2525
Name: "count-contributors",

0 commit comments

Comments
 (0)