mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: fix url misspelling (#3456)
* Fix `http` with `https`. Signed-off-by: Gökhan Özeloğlu <gokhan.ozeloglu@deliveryhero.com> Signed-off-by: Gökhan Özeloğlu <gokhan.ozeloglu@deliveryhero.com>
This commit is contained in:
parent
637ffc49a9
commit
13bb05347d
@ -57,7 +57,7 @@ brews:
|
||||
# gitlab or gitea)
|
||||
#
|
||||
# Default depends on the client.
|
||||
url_template: "http://github.mycompany.com/foo/bar/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||
url_template: "https://github.mycompany.com/foo/bar/releases/download/{{ .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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user