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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/csh.rb b/lib/chef/resource/csh.rb
index b4bae13399..4e7c22b660 100644
--- a/lib/chef/resource/csh.rb
+++ b/lib/chef/resource/csh.rb
@@ -23,7 +23,7 @@ class Chef
class Resource
class Csh < Chef::Resource::Script
- def initialize(name, run_context=nil)
+ def initialize(name, run_context = nil)
super
@interpreter = "csh"
end