mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove unnecessary comma
This commit is contained in:
parent
7750b2bff2
commit
e4591c4e27
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ def run(opts):
|
|||
bootstrap_minion_version = os.environ.get(
|
||||
'SALT_MINION_BOOTSTRAP_RELEASE',
|
||||
opts.bootstrap_salt_commit[:7]
|
||||
),
|
||||
)
|
||||
if bootstrap_minion_version not in version_info[vm_name]:
|
||||
print('\n\nATTENTION!!!!\n')
|
||||
print('The boostrapped minion version commit does not contain the desired commit:')
|
||||
|
|
Loading…
Add table
Reference in a new issue