mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-06-23 14:08:04 +00:00
elif --> else if
This commit is contained in:
parent
b545d21ef6
commit
554b28d8fd
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user