Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
fixed pgrok formula
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson committed Sep 28, 2019
1 parent fea113f commit 63d2429
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ brews:
folder: Formula
homepage: "https://github.com/jerson/pgrok"
description: "Introspected tunnels to localhost a fork from pgrok."
install: |
bin.install "pgrok"
test: |
system "#{bin}/pgrok -v"
- name: pgrokd
Expand All @@ -101,5 +103,7 @@ brews:
folder: Formula
homepage: "https://github.com/jerson/pgrok"
description: "Introspected tunnels to localhost a fork from pgrok."
install: |
bin.install "pgrokd"
test: |
system "#{bin}/pgrokd -v"

0 comments on commit 63d2429

Please sign in to comment.