mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update __init__.py
This commit is contained in:
parent
65e2d9ac1e
commit
dfab6f8186
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ class CloudClient(object):
|
|||
# to use driver: "driver: <provider-engine>"
|
||||
if 'provider' in provider:
|
||||
driver = provider.pop('provider')
|
||||
else
|
||||
else:
|
||||
driver = provider['driver']
|
||||
|
||||
provider['profiles'] = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue