win_nssm: fix typo in documentation (#54942)
Fix a typo in the win_nssm documentation after PR #45693
This commit is contained in:
parent
b142b6f0e8
commit
dd20c7c04e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue