Skip to content

Commit 4fbfda4

Browse files
🐛 change deprecated warning to yellow
1 parent 7a8cb07 commit 4fbfda4

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)