mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Switched back the order of the she-bang and the Python coding decl.
This script (in its current form) is intended to be invoked as a shell script so the she-bang must come first.
This commit is contained in:
parent
d589a41d30
commit
c2b563a56f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
'''\
|
||||
Welcome to the Salt repl which exposes the execution environment of a minion in
|
||||
a pre-configured Python shell
|
||||
|
|
Loading…
Add table
Reference in a new issue