summaryrefslogtreecommitdiff
path: root/lib/chef/resource/git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/git.rb')
-rw-r--r--lib/chef/resource/git.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/git.rb b/lib/chef/resource/git.rb
index 7156873315..dd757e6eaf 100644
--- a/lib/chef/resource/git.rb
+++ b/lib/chef/resource/git.rb
@@ -26,7 +26,6 @@ class Chef
def initialize(name, run_context=nil)
super
- @resource_name = :git
@additional_remotes = Hash[]
end