Skip to content

Commit

Permalink
goad: minor fixes
Browse files Browse the repository at this point in the history
* Install README
* Peg to a revision as well as just a tag. This should have been
done prior to acceptance but escaped notice.

Closes #13357.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
DomT4 authored and ilovezfs committed May 8, 2017
1 parent 5b6d1ed commit 46e3f25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Formula/goad.rb
Expand Up @@ -3,7 +3,9 @@
class Goad < Formula
desc "AWS Lambda powered, highly distributed, load testing tool built in Go"
homepage "https://goad.io/"
url "https://github.com/goadapp/goad.git", :tag => "v1.4.1"
url "https://github.com/goadapp/goad.git",
:tag => "v1.4.1",
:revision => "6cd24daf34c487894e7008e080c017989d03db4a"

bottle do
cellar :any_skip_relocation
Expand Down Expand Up @@ -33,6 +35,7 @@ def install
cd dir do
system "make", "build"
bin.install "build/goad"
prefix.install_metafiles
end
end

Expand Down

0 comments on commit 46e3f25

Please sign in to comment.