Skip to content

Commit f717a69

Browse files
authored
Merge pull request #3563 from camilamacedo86/improve-logs
🐛 change deprecated warning to yellow
2 parents ee7320a + 4fbfda4 commit f717a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
)
3535

3636
const (
37-
noticeColor = "\033[1;36m%s\033[0m"
37+
noticeColor = "\033[1;33m%s\033[0m"
3838
deprecationFmt = "[Deprecation Notice] %s\n\n"
3939

4040
pluginsFlag = "plugins"

0 commit comments

Comments
 (0)