]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/providers/conf.rb
Fix some issues identified by rubocop
[chef.git] / cookbooks / apache / providers / conf.rb
index d249079d961144cc0e9cc067f4caa1b065afc5a8..806a7076adf37636d1080fc2a5159cb3631674f3 100644 (file)
@@ -108,5 +108,5 @@ def enabled_name
 end
 
 def enabled?
-  ::File.exists?(enabled_name)
+  ::File.exist?(enabled_name)
 end