diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go index 0ff50a80f9c5..574403cbf929 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 { |