Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
update to v2.4.7 brewtap fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeny Pats committed Aug 7, 2019
1 parent dc25894 commit 223995c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ brews:
# Folder inside the repository to put the formula.
# Default is the root folder.
folder: Formula
url_template: "https://github.com/fuzzitdev/fuzzit/releases/download/{{ .ArtifactName }}/{{ .ArtifactName }}"
url_template: "https://github.com/fuzzitdev/fuzzit/releases/download/{{ .Tag }}/{{ .ArtifactName }}"

# Your app's homepage.
# Default is empty.
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var cfgFile string
var rootCmd = &cobra.Command{
Use: "fuzzit",
Short: "Continuous fuzzing made simple CLI",
Version: "2.4.6",
Version: "2.4.7",
}

func Execute() {
Expand Down

0 comments on commit 223995c

Please sign in to comment.