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 0ff50a80f9..574403cbf9 100644
--- a/main.go
+++ b/main.go
@@ -85,7 +85,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)
-			break
+			continue
 		}
 
 		for _, r := range rs.Resources {