summaryrefslogtreecommitdiff
path: root/lib/chef/dsl/powershell.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/dsl/powershell.rb')
-rw-r--r--lib/chef/dsl/powershell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/dsl/powershell.rb b/lib/chef/dsl/powershell.rb
index ff5fee93a5..1a900af6f6 100644
--- a/lib/chef/dsl/powershell.rb
+++ b/lib/chef/dsl/powershell.rb
@@ -21,7 +21,7 @@ require "chef/util/powershell/ps_credential"
class Chef
module DSL
module Powershell
- def ps_credential(username="placeholder", password)
+ def ps_credential(username = "placeholder", password)
Chef::Util::Powershell::PSCredential.new(username, password)
end
end