mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix setting python to python2
This commit is contained in:
parent
c103b6fa39
commit
dd83dfad98
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
'''
|
||||
The setup script for salt
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue