Skip to content

Commit

Permalink
Fix view builder constant type
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrgeo committed Aug 30, 2024
1 parent 438a2ee commit 8b63e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/command/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type builder string

const (
filepath builder = "filepath"
pattern source = "pattern"
pattern builder = "pattern"
)

func (b *builder) String() string {
Expand Down

0 comments on commit 8b63e74

Please sign in to comment.