Skip to content

Commit

Permalink
Merge pull request #3563 from camilamacedo86/improve-logs
Browse files Browse the repository at this point in the history
🐛 change deprecated warning to yellow
  • Loading branch information
k8s-ci-robot committed Aug 26, 2023
2 parents ee7320a + 4fbfda4 commit f717a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
)

const (
noticeColor = "\033[1;36m%s\033[0m"
noticeColor = "\033[1;33m%s\033[0m"
deprecationFmt = "[Deprecation Notice] %s\n\n"

pluginsFlag = "plugins"
Expand Down

0 comments on commit f717a69

Please sign in to comment.