Fix python3_fact to run on hosts where there is no /usr/bin/python
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
901600c950
commit
4f26cf4337
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import json
|
||||
from subprocess import check_output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue