Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
refactor main: Reword empty/nonexistent resource set warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tazjin committed Oct 27, 2017
1 parent 9cffd3d commit bd03e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit bd03e63

Please sign in to comment.