Skip to content

Commit

Permalink
Fix typo in asset urls
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal authored Jan 17, 2020
1 parent 0fcb650 commit 14601be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/rajatjindal/kubectl-modify-secret/releases/download/{{ .TagName }}/kubectl-moodify-secret_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/rajatjindal/kubectl-modify-secret/releases/download/{{ .TagName }}/kubectl-modify-secret_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
files:
- from: "*"
to: "."
Expand All @@ -18,7 +18,7 @@ spec:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/rajatjindal/kubectl-modify-secret/releases/download/{{ .TagName }}/kubectl-modify-secret_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/rajatjindal/kubectl-modify-secret/releases/download/{{ .TagName }}/kubectl-modify-secret_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
files:
- from: "*"
to: "."
Expand Down

0 comments on commit 14601be

Please sign in to comment.