summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-02-23 16:58:14 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-02-23 16:58:14 -0800
commit1655055b2018feee64bda84f311580092613a917 (patch)
tree19730450d6c51fa0f18ab97212b3298617e0adf7
parent4e6815f9a3217d9556c421483bef68606a24c5ba (diff)
downloadchef-lcg/lint-fixes.tar.gz
this doesn't look privatelcg/lint-fixes
-rw-r--r--lib/chef/resource/powershell_script.rb2
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