mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed typo.
This commit is contained in:
parent
9a5ae2bba1
commit
8a6ad0a9cf
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ class Cloud(object):
|
|||
for vm_name, details in six.iteritems(vms):
|
||||
# XXX: The logic below can be removed once the aws driver
|
||||
# is removed
|
||||
elif vm_name not in names:
|
||||
if vm_name not in names:
|
||||
continue
|
||||
|
||||
elif driver == 'ec2' and 'aws' in handled_drivers and \
|
||||
|
|
Loading…
Add table
Reference in a new issue