summaryrefslogtreecommitdiff
path: root/lib/chef/powershell.rb
diff options
context:
space:
mode:
authorStuart Preston <stuart@chef.io>2018-03-05 11:59:20 -0800
committerStuart Preston <stuart@chef.io>2018-03-05 11:59:20 -0800
commit4a2edb1c34ad804c54f11a8f84138f809b92be3e (patch)
treeb3e659089ceb2b25be10ccffee6e89af99441c65 /lib/chef/powershell.rb
parent888a0407123ee0a75f9a18e1f788ce02f58440d4 (diff)
downloadchef-4a2edb1c34ad804c54f11a8f84138f809b92be3e.tar.gz
Address chefstyle issue
Signed-off-by: Stuart Preston <stuart@chef.io>
Diffstat (limited to 'lib/chef/powershell.rb')
-rw-r--r--lib/chef/powershell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/powershell.rb b/lib/chef/powershell.rb
index d46b430259..0d3f82590a 100644
--- a/lib/chef/powershell.rb
+++ b/lib/chef/powershell.rb
@@ -41,7 +41,7 @@ class Chef
return true if errors.count > 0
false
end
-
+
private
def exec(script)