aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/appledoc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/appledoc.rb b/Library/Formula/appledoc.rb
index a00be2669..d3905035d 100644
--- a/Library/Formula/appledoc.rb
+++ b/Library/Formula/appledoc.rb
@@ -24,6 +24,6 @@ EOS
end
def test
- system "appledoc --version"
+ system "#{bin}/appledoc --version"
end
end