mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-06-24 14:32:24 +00:00
elif --> else if
This commit is contained in:
parent
b545d21ef6
commit
554b28d8fd
@ -56,7 +56,7 @@ archives:
|
|||||||
kubectx_{{ .Tag }}_{{ .Os }}_
|
kubectx_{{ .Tag }}_{{ .Os }}_
|
||||||
{{- with .Arch -}}
|
{{- with .Arch -}}
|
||||||
{{- if (eq . "386") -}}i386
|
{{- if (eq . "386") -}}i386
|
||||||
{{- elif (eq . "amd64") -}}x86_64
|
{{- else if (eq . "amd64") -}}x86_64
|
||||||
{{- else -}}{{- . -}}
|
{{- else -}}{{- . -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
@ -76,7 +76,7 @@ archives:
|
|||||||
kubens_{{ .Tag }}_{{ .Os }}_
|
kubens_{{ .Tag }}_{{ .Os }}_
|
||||||
{{- with .Arch -}}
|
{{- with .Arch -}}
|
||||||
{{- if (eq . "386") -}}i386
|
{{- if (eq . "386") -}}i386
|
||||||
{{- elif (eq . "amd64") -}}x86_64
|
{{- else if (eq . "amd64") -}}x86_64
|
||||||
{{- else -}}{{- . -}}
|
{{- else -}}{{- . -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user