aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/duplicity.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/duplicity.rb b/Library/Formula/duplicity.rb
index 4a23450de..6a6971a10 100644
--- a/Library/Formula/duplicity.rb
+++ b/Library/Formula/duplicity.rb
@@ -37,6 +37,6 @@ class Duplicity < Formula
end
test do
- system "duplicity", "--version"
+ system bin/"duplicity", "--version"
end
end