elif --> else if

This commit is contained in:
Ahmet Alp Balkan 2023-07-13 14:36:10 -07:00
parent b545d21ef6
commit 554b28d8fd

View File

@ -56,7 +56,7 @@ archives:
kubectx_{{ .Tag }}_{{ .Os }}_
{{- with .Arch -}}
{{- if (eq . "386") -}}i386
{{- elif (eq . "amd64") -}}x86_64
{{- else if (eq . "amd64") -}}x86_64
{{- else -}}{{- . -}}
{{- end -}}
{{ end }}
@ -76,7 +76,7 @@ archives:
kubens_{{ .Tag }}_{{ .Os }}_
{{- with .Arch -}}
{{- if (eq . "386") -}}i386
{{- elif (eq . "amd64") -}}x86_64
{{- else if (eq . "amd64") -}}x86_64
{{- else -}}{{- . -}}
{{- end -}}
{{ end }}