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