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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/dsl/powershell.rb b/lib/chef/dsl/powershell.rb
index a17971c689..c05d092175 100644
--- a/lib/chef/dsl/powershell.rb
+++ b/lib/chef/dsl/powershell.rb
@@ -16,12 +16,12 @@
# limitations under the License.
#
-require 'chef/util/powershell/ps_credential'
+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