Skip to content

Commit

Permalink
refactor: change modelformat type to improve help text
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Apr 11, 2024
1 parent 24b9808 commit 604118f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/authorizationmodel/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ func (format *ModelFormat) Set(v string) error {
}

func (format *ModelFormat) Type() string {
return "ModelFormat"
return "format"
}

0 comments on commit 604118f

Please sign in to comment.