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