paranthesis ftw, sorry for the noise

This commit is contained in:
Jonne Haß 2012-01-02 21:17:11 +01:00
parent a8136ed86b
commit 1e8e0b55fd

View file

@ -80,7 +80,7 @@ HELP
end end
def self.no_cert_file_in_prod? def self.no_cert_file_in_prod?
(Rails.env == "production") && self[:ca_file].blank? || !File.exists?(self[:ca_file]) (Rails.env == "production") && (self[:ca_file].blank? || !File.exists?(self[:ca_file]))
end end
def self.have_old_config_file? def self.have_old_config_file?