Skip to content

Commit

Permalink
Merge pull request #16 from Tatskaari/fix-homebrew-binary-name
Browse files Browse the repository at this point in the history
Install as plz rather than please
  • Loading branch information
Tatskaari authored Aug 15, 2022
2 parents 321d95b + 95f0dcd commit 0832006
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions please.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ class Please < Formula
depends_on "go" => :build

def install
system "./bootstrap.sh", "--skip_tests"
libexec.install Dir["plz-out/bin/src/*"]
bin.install_symlink libexec/"please"
system "./bootstrap.sh", "--skip_tests", "-p"
bin.install "plz-out/bin/src/please" => "plz"
end

test do
Expand Down

0 comments on commit 0832006

Please sign in to comment.