aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/tor.rb')
-rw-r--r--Library/Formula/tor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb
index e35c7e5f5..d25fc4b7c 100644
--- a/Library/Formula/tor.rb
+++ b/Library/Formula/tor.rb
@@ -32,7 +32,7 @@ class Tor < Formula
<string>#{`whoami`.chomp}</string>
<key>ProgramArguments</key>
<array>
- <string>#{bin}/tor</string>
+ <string>#{HOMEBREW_PREFIX}/bin/tor</string>
</array>
<key>WorkingDirectory</key>
<string>#{HOMEBREW_PREFIX}</string>