diff --git a/pkg/assets/create/creater.go b/pkg/assets/create/creater.go index cd5f6a7494..bf2bdf1a8d 100644 --- a/pkg/assets/create/creater.go +++ b/pkg/assets/create/creater.go @@ -263,7 +263,7 @@ func load(assetsDir string, options CreateOptions) (map[string]*unstructured.Uns } manifestUnstructured, ok := manifestObj.(*unstructured.Unstructured) if !ok { - errs[manifestPath] = fmt.Errorf("unable to convert asset %q to unstructed", manifestPath) + errs[manifestPath] = fmt.Errorf("unable to convert asset %q to unstructured", manifestPath) continue } manifests[manifestPath] = manifestUnstructured