Skip to content

Commit

Permalink
Fix homebrew binary install
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrowe committed Jan 3, 2023
1 parent 06d3e72 commit 7c79f87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ archives:
brews:
- name: wiresteward
description: Wireguard peer manager
homepage: https://github.com/utilitywarehouse/wiresteward
license: MIT
folder: Formula
tap:
Expand Down Expand Up @@ -80,5 +81,3 @@ brews:
run "#{bin}/wiresteward", "-agent"
test: |
system "#{bin}/wiresteward", "-version"
install: |
bin.install "wiresteward"

0 comments on commit 7c79f87

Please sign in to comment.