Skip to content

Commit

Permalink
remove ERROR for expiring certs messge
Browse files Browse the repository at this point in the history
Signed-off-by: Kira Boyle <[email protected]>
  • Loading branch information
JT Archie authored and kcboyle committed Aug 28, 2019
1 parent 15b20e4 commit 63aa9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/expiring_certificates.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (e *ExpiringCerts) Execute(args []string) error {
return nil
}

e.logger.Println(color.RedString("ERROR: Found expiring certificates in the foundation:\n"))
e.logger.Println(color.RedString("Found expiring certificates in the foundation:\n"))

expiringCertsWithVariablePath, expiringCertsWithProductGUID := e.groupByLocation(expiringCerts)
for location, certs := range expiringCertsWithVariablePath {
Expand Down

0 comments on commit 63aa9ed

Please sign in to comment.