Skip to content

Commit

Permalink
feat: improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mehditeymorian committed Sep 2, 2022
1 parent e094b5b commit 4a2d2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (c *Config) PrintMode() {
mode = "option mode"
}

pterm.Println(mode)
pterm.Info.Println(mode)
}

func configFileAddress(userPath string) string {
Expand Down

0 comments on commit 4a2d2f4

Please sign in to comment.