mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Added and-quit to all commit statements. (#16411)
This commit is contained in:
parent
7c9525b735
commit
288446c9bf
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class Cli(object):
|
||||||
commands.insert(0, 'configure')
|
commands.insert(0, 'configure')
|
||||||
|
|
||||||
if kwargs.get('comment'):
|
if kwargs.get('comment'):
|
||||||
commands.append('commit comment "%s"' % kwargs.get('comment'))
|
commands.append('commit and-quit comment "%s"' % kwargs.get('comment'))
|
||||||
else:
|
else:
|
||||||
commands.append('commit and-quit')
|
commands.append('commit and-quit')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue