updated copy

Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
This commit is contained in:
AlexsJones
2023-03-21 20:36:45 +00:00
parent 880c1e9e42
commit 08db0b2c7b
3 changed files with 5 additions and 5 deletions

View File

@@ -64,11 +64,8 @@ var problemsCmd = &cobra.Command{
}
}
// loop through and print map
for key, value := range brokenPods {
y := color.YellowString(key)
v := color.RedString(value[0])
fmt.Printf("%s: %s\n", y, v)
fmt.Printf("%s: %s\n", color.YellowString(key), color.RedString(value[0]))
if explain {
s := spinner.New(spinner.CharSets[35], 100*time.Millisecond) // Build our new spinner