We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff38ea commit 1066358Copy full SHA for 1066358
cmd/certmin/util.go
@@ -80,7 +80,7 @@ func getCerts(input string, sb *strings.Builder) ([]*x509.Certificate, error) {
80
if remote {
81
certs, warn, err = certmin.RetrieveCertsFromAddr(loc, timeOut)
82
if warn != nil {
83
- sb.WriteString(color.YellowString(warn.Error()) + "\n\n")
+ sb.WriteString(color.YellowString("WARNING: " + warn.Error()) + "\n\n")
84
}
85
if err != nil {
86
return nil, err
0 commit comments