Skip to content

Commit

Permalink
ref: simply bool check, make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed May 20, 2024
1 parent 224bffa commit d072486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func init() {
}

func list() {
if tagsOnly == true {
if tagsOnly {
err := listTemplateTags(viper.GetString("templatedir"))
if err != nil {
fmt.Printf("Call to list Clip template tags failed: %v\n", err)
Expand Down

0 comments on commit d072486

Please sign in to comment.