summaryrefslogtreecommitdiff
path: root/lib/chef/resource/ksh.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/ksh.rb')
-rw-r--r--lib/chef/resource/ksh.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/ksh.rb b/lib/chef/resource/ksh.rb
index 3e54b5e836..3097156329 100644
--- a/lib/chef/resource/ksh.rb
+++ b/lib/chef/resource/ksh.rb
@@ -22,7 +22,7 @@ class Chef
class Resource
class Ksh < Chef::Resource::Script
- def initialize(name, run_context=nil)
+ def initialize(name, run_context = nil)
super
@interpreter = "ksh"
end