style(helper/external): error message

This commit is contained in:
Jimmy Cai 2021-02-12 13:16:00 +01:00
parent 3e8fe2576c
commit befc38c40e
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18

View File

@ -21,9 +21,9 @@
crossorigin="anonymous"
>
{{- else -}}
{{- errorf "Unknown external resource type: %s" .type -}}
{{- errorf "Error: unknown external resource type: %s" .type -}}
{{- end -}}
{{- end -}}
{{- else -}}
{{- errorf "Error: external resource '%s' is not found" . -}}
{{- errorf "Error: external resource '%s' is not found" .Namespace -}}
{{- end -}}