Skip to content

Commit

Permalink
Merge pull request #4 from rajatjindal/fix-link
Browse files Browse the repository at this point in the history
fix download url for linux distro
  • Loading branch information
rajatjindal authored Apr 15, 2020
2 parents 4fe0d8e + 0918624 commit 49304b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/rajatjindal/kubectl-evict-pod/releases/download/{{ .TagName }}/kubectl-evict-pod_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/rajatjindal/kubectl-evict-pod/releases/download/{{ .TagName }}/kubectl-evict-pod_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
bin: kubectl-evict-pod
shortDescription: Evicts the given pod
description: |
Expand Down

0 comments on commit 49304b2

Please sign in to comment.