rebar: use full path of executable
Closes Homebrew/homebrew#29467. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1464837571
commit
da9efc928e
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ class Rebar < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "rebar", "--version"
|
||||
system bin/"rebar", "--version"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue