Skip to content

Commit

Permalink
Rename logger error prefix to errn
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Feb 20, 2020
1 parent 87d5367 commit d9b02db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"go.evanpurkhiser.com/dots/installer"
)

var e = color.RedString("errs:")
var e = color.RedString("errn:")
var w = color.YellowString("warn:")
var n = color.CyanString("note:")

Expand Down

1 comment on commit d9b02db

@joshuarli
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

smh triggering ci for a typo 😭

Please sign in to comment.