Skip to content

Commit

Permalink
fix: fixed homebrew release
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Feb 19, 2021
1 parent a97ff20 commit dece0d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ brews:
tap:
owner: lindell
name: homebrew-multi-gitter
download_strategy: CurlDownloadStrategy.
download_strategy: CurlDownloadStrategy
goarm: 6
commit_author:
name: Johan Lindell
email: [email protected]
description: "Update multiple repositories in bulk."
description: "Update multiple repositories in bulk"
homepage: https://github.com/lindell/multi-gitter
license: "MIT"
test: |
system "#{bin}/program version"
system "#{bin}/multi-gitter version"

0 comments on commit dece0d8

Please sign in to comment.