From 2cfbb83b70f3a1c7159cd346f44d14394e0328c1 Mon Sep 17 00:00:00 2001 From: Richard Nienaber Date: Tue, 24 Apr 2018 10:36:54 +0100 Subject: [PATCH] fix typo --- website/source/docs/provisioners/powershell.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/powershell.html.md b/website/source/docs/provisioners/powershell.html.md index 602cddbb3..160fe7fab 100644 --- a/website/source/docs/provisioners/powershell.html.md +++ b/website/source/docs/provisioners/powershell.html.md @@ -102,7 +102,7 @@ Optional parameters: - `elevated_user` and `elevated_password` (string) - If specified, the PowerShell script will be run with elevated privileges using the given Windows user. If you are running a build on AWS, Azure or Google Compute and would like to run using - the generated password that Packer uses to connect to the instance via, + the generated password that Packer uses to connect to the instance via WinRM, you may do so by using the template variable {{.WinRMPassword}}. For example: