Skip to content

Commit

Permalink
elif --> else if
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetb committed Jul 13, 2023
1 parent b545d21 commit 554b28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 554b28d

Please sign in to comment.