Skip to content

Commit

Permalink
Merge pull request #67 from devops-works/fix-yq
Browse files Browse the repository at this point in the history
Fix yq url
  • Loading branch information
leucos committed Jan 5, 2021
2 parents d270a6e + 0faf4c4 commit 150958d
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 @@ -1182,7 +1182,7 @@ sources:
type: github-releases
url: https://api.github.com/repos/mikefarah/yq/releases
fetch:
url: https://github.com/mikefarah/yq/releases/download/{{ .Version }}/yq_{{ .OS }}_{{ .Arch }}
url: https://github.com/mikefarah/yq/releases/download/v{{ .Version }}/yq_{{ .OS }}_{{ .Arch }}
install:
type: direct
binaries:
Expand Down

0 comments on commit 150958d

Please sign in to comment.