We're using args not kwargs

This commit is contained in:
Pedro Algarvio 2014-01-10 19:24:23 +00:00
parent ba62367e90
commit b0a73d8b8e

View file

@ -90,7 +90,7 @@ def echo_parseable_environment(options):
name = generate_vm_name(options.platform)
output.extend([
'JENKINS_SALTCLOUD_VM_PLATFORM={0}'.format(options.platform),
'JENKINS_SALTCLOUD_VM_NAME={0}'.format(name=name)
'JENKINS_SALTCLOUD_VM_NAME={0}'.format(name)
])
if options.provider: