win_nssm: fix typo in documentation (#54942)

Fix a typo in the win_nssm documentation after PR #45693
pull/55046/head
Kevin Subileau 5 years ago committed by Alicia Cozine
parent b142b6f0e8
commit dd20c7c04e

@ -147,7 +147,7 @@ EXAMPLES = r'''
arguments: agent -config-dir=C:\consul\config
# Install the foo service, an then configure and start it with win_service
# Install the foo service, and then configure and start it with win_service
- name: Install the foo service, redirecting stdout and stderr to the same file
win_nssm:
name: foo

Loading…
Cancel
Save