sshguard: fix rubocop warnings.

This commit is contained in:
Mike McQuaid 2017-05-28 17:57:09 +01:00
parent 34a88f6d3b
commit 2437a84465

View file

@ -32,11 +32,11 @@ class Sshguard < Formula
end
def firewall
MacOS.version >= :lion ? "pf" : "ipfw"
(MacOS.version >= :lion) ? "pf" : "ipfw"
end
def log_path
MacOS.version >= :lion ? "/var/log/system.log" : "/var/log/secure.log"
(MacOS.version >= :lion) ? "/var/log/system.log" : "/var/log/secure.log"
end
def caveats