Skip to content

Commit

Permalink
fix formula creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kennes committed Nov 17, 2020
1 parent 46c1378 commit c0a969b
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 @@ -56,7 +56,7 @@ brews:
# Template for the url which is determined by the given Token (github or gitlab)
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
# Default for gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/uploads/{{ .ArtifactUploadHash }}/{{ .ArtifactName }}"
url_template: "http://github.com/tkennes/jengo/releases/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "http://github.mycompany.com/tkennes/jengo/releases/{{ .Tag }}/{{ .ArtifactName }}"

# Allows you to set a custom download strategy. Note that you'll need
# to implement the strategy and add it to your tap repository.
Expand Down

0 comments on commit c0a969b

Please sign in to comment.