From bd03e639bfdaf5b8919b66d87c683fcaa6ec0aad Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 27 Oct 2017 02:39:16 +0200 Subject: refactor main: Reword empty/nonexistent resource set warning --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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 } -- cgit 1.4.1