Remove unnecessary comma

This commit is contained in:
Pedro Algarvio 2014-06-07 13:53:02 +01:00
parent 7750b2bff2
commit e4591c4e27

View file

@ -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:')