Skip to content

Commit

Permalink
improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst committed Aug 5, 2024
1 parent fb24e30 commit bde9dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func EvalScriptParameter(parameter string) string {
}
}

fmt.Printf("Which ConfigMap?.\n")
fmt.Printf("Found multiple ConfigMaps containing Database Credentials:\n")
for ci, c := range configMapsIncludingVar {
fmt.Printf("%d: %v\n", ci, aurora.Green(c.Name))
}
Expand Down

0 comments on commit bde9dde

Please sign in to comment.