Skip to content

Commit

Permalink
Merge pull request #187 from IBM-Cloud/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
boyang9527 authored May 10, 2019
2 parents 4481708 + 0ec9ca0 commit 97f1dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluemix/terminal/color.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func userDidNotDisableColor() bool {
}

func Colorize(message string, color *color.Color) string {
return color.Sprintf(message)
return color.Sprint(message)
}

var decolorizerRegex = regexp.MustCompile(`\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]`)
Expand Down

0 comments on commit 97f1dfc

Please sign in to comment.