diff --git a/pkg/kubectl/resource/builder.go b/pkg/kubectl/resource/builder.go index 75428e7edfc..64940731a2e 100644 --- a/pkg/kubectl/resource/builder.go +++ b/pkg/kubectl/resource/builder.go @@ -84,8 +84,8 @@ var missingResourceError = fmt.Errorf(`You must provide one or more resources by Example resource specifications include: '-f rsrc.yaml' '--filename=rsrc.json' - 'pods my-pod' - 'services'`) + ' ' + ''`) // TODO: expand this to include other errors. func IsUsageError(err error) bool {