fix: python -> py3 for types ;)
This commit is contained in:
parent
8dac0da6be
commit
82ce01b85b
1 changed files with 1 additions and 1 deletions
2
man
2
man
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
python utils/manager/main.py $@
|
python3 utils/manager/main.py $@
|
Reference in a new issue