aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hubflow.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/hubflow.rb b/Library/Formula/hubflow.rb
index c076c993e..c285fd4bf 100644
--- a/Library/Formula/hubflow.rb
+++ b/Library/Formula/hubflow.rb
@@ -12,6 +12,6 @@ class Hubflow < Formula
end
test do
- system "git-hf", "version"
+ system bin/"git-hf", "version"
end
end