Skip to content

Commit

Permalink
namespace File correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Oct 5, 2010
1 parent c657d05 commit 638ec7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/delete_validation.rb
Expand Up @@ -20,5 +20,5 @@
file Chef::Config[:validation_key] do
action :delete
backup false
only_if { File.exists?(Chef::Config[:client_key]) }
only_if { ::File.exists?(Chef::Config[:client_key]) }
end

0 comments on commit 638ec7f

Please sign in to comment.