From b7b03a2f6570ded1f594408a0d63a407bc4d9539 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Wed, 21 May 2014 13:34:56 -0700 Subject: hubflow: use full path of executable Closes #29463. Signed-off-by: Adam Vandenberg --- Library/Formula/hubflow.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3