# File lib/chef/provider/git.rb, line 85 def existing_git_clone? ::File.exist?(::File.join(@new_resource.destination, ".git")) end