mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
We're using args not kwargs
This commit is contained in:
parent
ba62367e90
commit
b0a73d8b8e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue