about summary refs log tree commit diff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 574403cbf9..a4ab56b052 100644
--- a/main.go
+++ b/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
 		}