aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rebar.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rebar.rb b/Library/Formula/rebar.rb
index 27715fa2a..b9eb128ff 100644
--- a/Library/Formula/rebar.rb
+++ b/Library/Formula/rebar.rb
@@ -15,6 +15,6 @@ class Rebar < Formula
end
test do
- system "rebar", "--version"
+ system bin/"rebar", "--version"
end
end