mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Pointing salt-cloud script to new correct location
This commit is contained in:
parent
9f3fcfe64f
commit
62a8e31809
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import saltcloud.cli
|
||||
import salt.cloud.cli
|
||||
|
||||
def main():
|
||||
'''
|
||||
The main function for salt-cloud
|
||||
'''
|
||||
cloud = saltcloud.cli.SaltCloud()
|
||||
cloud = salt.cloud.cli.SaltCloud()
|
||||
cloud.run()
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Reference in a new issue