diff options
-rw-r--r-- | lib/chef/resource/powershell_script.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/powershell_script.rb b/lib/chef/resource/powershell_script.rb index 87cb225f73..9d4a58358c 100644 --- a/lib/chef/resource/powershell_script.rb +++ b/lib/chef/resource/powershell_script.rb @@ -24,7 +24,7 @@ class Chef def initialize(name, run_context=nil) super(name, run_context, :powershell_script, "powershell.exe") set_guard_inherited_attributes([:architecture]) - @convert_boolean_return = nil + @convert_boolean_return = false end def convert_boolean_return(arg=nil) |