aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sshguard.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/sshguard.rb')
-rw-r--r--Library/Formula/sshguard.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sshguard.rb b/Library/Formula/sshguard.rb
index fc0020fd3..c53d23baf 100644
--- a/Library/Formula/sshguard.rb
+++ b/Library/Formula/sshguard.rb
@@ -54,7 +54,7 @@ class Sshguard < Formula
<true/>
<key>ProgramArguments</key>
<array>
- <string>#{opt_prefix}/sbin/sshguard</string>
+ <string>#{opt_sbin}/sshguard</string>
<string>-l</string>
<string>#{log_path}</string>
</array>