Skip to content

Commit

Permalink
Fix ctlptl 404 (#63)
Browse files Browse the repository at this point in the history
Currently goreleaser is setup with the wrong url resulting in 404 within scoop, this should hopefully fix that, thanks.
  • Loading branch information
dave-b-code authored Nov 20, 2020
1 parent 2739ee7 commit 0381450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ brews:
test: |
system "#{bin}/ctlptl version"
scoop:
url_template: "https://github.com/tilt-dev/tilt/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "https://github.com/tilt-dev/ctlptl/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
bucket:
owner: tilt-dev
name: scoop-bucket
Expand Down

0 comments on commit 0381450

Please sign in to comment.