diff options
Diffstat (limited to 'lib/chef/resource/bash.rb')
-rw-r--r-- | lib/chef/resource/bash.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/bash.rb b/lib/chef/resource/bash.rb index 4abaf629cf..1238eedc42 100644 --- a/lib/chef/resource/bash.rb +++ b/lib/chef/resource/bash.rb @@ -23,7 +23,7 @@ class Chef class Resource class Bash < Chef::Resource::Script - def initialize(name, run_context=nil) + def initialize(name, run_context = nil) super @interpreter = "bash" end |