From 6a0fb4e3b69dbe776757691915515b33ee011633 Mon Sep 17 00:00:00 2001 From: David PHAM-VAN Date: Sat, 18 Feb 2017 03:43:04 -0800 Subject: [PATCH] Remove useless # in comment (#21609) --- examples/scripts/ConfigureRemotingForAnsible.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/scripts/ConfigureRemotingForAnsible.ps1 b/examples/scripts/ConfigureRemotingForAnsible.ps1 index 6ec31b8579b..2f599bada84 100644 --- a/examples/scripts/ConfigureRemotingForAnsible.ps1 +++ b/examples/scripts/ConfigureRemotingForAnsible.ps1 @@ -4,7 +4,7 @@ # ----------------------------------------------------------- # # This script checks the current WinRM (PS Remoting) configuration and makes -# the # necessary changes to allow Ansible to connect, authenticate and +# the necessary changes to allow Ansible to connect, authenticate and # execute PowerShell commands. # # All events are logged to the Windows EventLog, useful for unattended runs.