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