summaryrefslogtreecommitdiff
path: root/examples/scripts
diff options
context:
space:
mode:
authorDavid PHAM-VAN <dev.nfet.net@gmail.com>2017-02-18 03:43:04 -0800
committerjhawkesworth <jhawkesworth@users.noreply.github.com>2017-02-18 11:43:04 +0000
commit6a0fb4e3b69dbe776757691915515b33ee011633 (patch)
treea2e02f52c40fe1a23a441edc214a5c6dac616d0b /examples/scripts
parentff2affd11ae6243fb9e013df630794bf3ecd2ce8 (diff)
downloadansible-6a0fb4e3b69dbe776757691915515b33ee011633.tar.gz
Remove useless # in comment (#21609)
Diffstat (limited to 'examples/scripts')
-rw-r--r--examples/scripts/ConfigureRemotingForAnsible.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scripts/ConfigureRemotingForAnsible.ps1 b/examples/scripts/ConfigureRemotingForAnsible.ps1
index 6ec31b8579..2f599bada8 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.