Skip to content

Commit cbdb872

Browse files
committed
Issue #4: Fix - validate namespaces input by user via cmdline
* Tweak error info string
1 parent 547924e commit cbdb872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nic-supportpkg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func Execute() {
4646
fmt.Printf("Supportpkg successfully generated: %s\n", tarFile)
4747
}
4848
} else {
49-
fmt.Println(" Error: all namespaces do not exist")
49+
fmt.Println(" Error: Some namespaces do not exist")
5050
}
5151
},
5252
}

0 commit comments

Comments
 (0)