Skip to content

Commit

Permalink
Fix formatting (missed out earlier)
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner authored and zugao committed Apr 23, 2020
1 parent 547b55c commit 4e63788
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/common.go
Expand Up @@ -136,9 +136,9 @@ func listConfigMaps(args []string) error {
configMapNames, labels := getNamesAndLabels(configMaps)

log.WithFields(log.Fields{
"\n - project": namespace,
"\n - project": namespace,
"\n - 🔓 configMaps": configMapNames,
"\n - 🎫 labels": labels,
"\n - 🎫 labels": labels,
}).Info("Please use labels to select ConfigMaps. The following ConfigMaps and Labels are available:")
return nil
}
Expand All @@ -155,9 +155,9 @@ func listSecrets(args []string) error {

secretNames, labels := getNamesAndLabels(secrets)
log.WithFields(log.Fields{
"\n - project": namespace,
"\n - project": namespace,
"\n - 🔐 secrets": secretNames,
"\n - 🎫 labels": labels,
"\n - 🎫 labels": labels,
}).Info("Please use labels to select Secrets. The following Secrets and Labels are available:")
return nil
}
Expand Down

0 comments on commit 4e63788

Please sign in to comment.