aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike Naberezny2014-05-21 13:34:56 -0700
committerAdam Vandenberg2014-05-21 14:17:14 -0700
commitb7b03a2f6570ded1f594408a0d63a407bc4d9539 (patch)
treef4ed58db228d4f0fd142496de2a2406bbf802c18 /Library/Formula
parentd4f003c33f5d34c56a14b863e19a02d3a002447f (diff)
downloadhomebrew-b7b03a2f6570ded1f594408a0d63a407bc4d9539.tar.bz2
hubflow: use full path of executable
Closes #29463. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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