Skip to content

Commit

Permalink
fix: wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakiyo committed Aug 23, 2023
1 parent 6c1d2c8 commit 5165f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func init() {
v.SetDefault("root_dir", where.Dir())
// must be one of always, auto, never
v.SetDefault("colors", "auto")
// must be one of fancy (use glow), plain (selt formatter), none/raw (raw value)
// must be one of fancy (use gum), plain (selt formatter), none/raw (raw value)
v.SetDefault("style", "fancy")
}

Expand Down

0 comments on commit 5165f9f

Please # to comment.