We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b802f0a commit e647ddeCopy full SHA for e647dde
internal/namespaces/k8s/v1beta4/custom_version_get.go
@@ -55,5 +55,5 @@ func k8sVersionGetRun(ctx context.Context, argsI interface{}) (i interface{}, e
55
return version, nil
56
}
57
58
- return nil, fmt.Errorf("version %s not found", args.Version)
+ return nil, fmt.Errorf("version '%s' not found", args.Version)
59
0 commit comments