mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
update banner to reflect the final agreed UI (#15192)
This commit is contained in:
@@ -31,11 +31,11 @@ var (
|
||||
return !color.NoColor
|
||||
}
|
||||
|
||||
Bold = func() func(a ...interface{}) string {
|
||||
Bold = func() func(format string, a ...interface{}) string {
|
||||
if IsTerminal() {
|
||||
return color.New(color.Bold).SprintFunc()
|
||||
return color.New(color.Bold).SprintfFunc()
|
||||
}
|
||||
return fmt.Sprint
|
||||
return fmt.Sprintf
|
||||
}()
|
||||
|
||||
RedBold = func() func(format string, a ...interface{}) string {
|
||||
|
||||
Reference in New Issue
Block a user