diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/calabash.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/calabash.rb b/Library/Formula/calabash.rb index 591a716d8..c0d90b208 100644 --- a/Library/Formula/calabash.rb +++ b/Library/Formula/calabash.rb @@ -23,6 +23,6 @@ class Calabash < Formula def test # This small XML pipeline (*.xpl) that comes with Calabash # is basically its equivalent "Hello World" program. - system "calabash #{self.prefix}/libexec/xpl/pipe.xpl" + system "#{bin}/calabash #{self.prefix}/libexec/xpl/pipe.xpl" end end |
