refactor main: Reword empty/nonexistent resource set warning
This commit is contained in:
parent
9cffd3d1d4
commit
bd03e639bf
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -84,7 +84,7 @@ func templateCommand() {
|
|||
|
||||
for _, rs := range *resourceSets {
|
||||
if len(rs.Resources) == 0 {
|
||||
fmt.Fprintf(os.Stderr, "Warning: Resource set '%s' contains no valid templates\n", rs.Name)
|
||||
fmt.Fprintf(os.Stderr, "Warning: Resource set '%s' does not exist or contains no valid templates\n", rs.Name)
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue