aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/avfs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/avfs.rb b/Library/Formula/avfs.rb
index 2b257373c..1504a3321 100644
--- a/Library/Formula/avfs.rb
+++ b/Library/Formula/avfs.rb
@@ -23,7 +23,7 @@ class Avfs < Formula
end
test do
- system "avfsd", "--version"
+ system bin/"avfsd", "--version"
end
end