Skip to content

Commit

Permalink
feat: use gookit/color for printing
Browse files Browse the repository at this point in the history
  • Loading branch information
juev committed Sep 8, 2023
1 parent 27ba27c commit 9fdc3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gobrew.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ func (gb *GoBrew) Use(version string) {

// Version of GoBrew
func (gb *GoBrew) Version(currentVersion string) {
color.Infoln("[INFO] gobrew version is" + currentVersion)
color.Infoln("[INFO] gobrew version is", currentVersion)
}

// Upgrade of GoBrew
Expand Down

0 comments on commit 9fdc3a4

Please sign in to comment.