From 734549bf4d6fe600740ce1d4679d5429eaa6f83d Mon Sep 17 00:00:00 2001 From: Kotaro Inoue Date: Tue, 4 Oct 2022 16:00:37 +0900 Subject: [PATCH] Fix the `url_template` line of the brew example --- www/docs/customization/homebrew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/customization/homebrew.md b/www/docs/customization/homebrew.md index 73ca5cacc3a..3f0a3bf4304 100644 --- a/www/docs/customization/homebrew.md +++ b/www/docs/customization/homebrew.md @@ -57,7 +57,7 @@ brews: # gitlab or gitea) # # Default depends on the client. - url_template: "http://github.mycompany.com/foo/bar/releases/{{ .Tag }}/{{ .ArtifactName }}" + url_template: "http://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.