aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/ghi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ghi.rb b/Library/Formula/ghi.rb
index 5b000487a..9e4a0be2d 100644
--- a/Library/Formula/ghi.rb
+++ b/Library/Formula/ghi.rb
@@ -11,6 +11,6 @@ class Ghi < Formula
end
test do
- system "ghi --version"
+ system "#{bin}/ghi", "--version"
end
end