aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ola.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ola.rb b/Library/Formula/ola.rb
index f43cf5922..3782e4d91 100644
--- a/Library/Formula/ola.rb
+++ b/Library/Formula/ola.rb
@@ -39,6 +39,6 @@ class Ola < Formula
end
test do
- system "ola_plugin_info"
+ system bin/"ola_plugin_info"
end
end