diff options
Diffstat (limited to 'lib/chef/resource/powershell_script.rb')
-rw-r--r-- | lib/chef/resource/powershell_script.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/resource/powershell_script.rb b/lib/chef/resource/powershell_script.rb index a40f2e66e6..1b8aef94a2 100644 --- a/lib/chef/resource/powershell_script.rb +++ b/lib/chef/resource/powershell_script.rb @@ -44,8 +44,6 @@ class Chef def self.get_default_attributes(opts) {:convert_boolean_return => true} end - - private_class_method :get_default_attributes end end end |