Skip to content

Commit

Permalink
Fixes kustomize url key name
Browse files Browse the repository at this point in the history
  • Loading branch information
leucos committed Dec 28, 2020
1 parent 6b03012 commit d270a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ sources:
url: https://api.github.com/repos/kubernetes-sigs/kustomize/releases
prefix: "kustomize/"
fetch:
ur: https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v{{ .Version }}/kustomize_v{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
url: https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v{{ .Version }}/kustomize_v{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
Expand Down

0 comments on commit d270a6e

Please sign in to comment.