bin/colout: do not hard-code python version
This commit is contained in:
parent
223cf9d4ac
commit
823a6fde4c
1 changed files with 1 additions and 1 deletions
2
bin/colout
Normal file → Executable file
2
bin/colout
Normal file → Executable file
|
|
@ -8,4 +8,4 @@
|
||||||
set -e
|
set -e
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
python3 -m colout.colout "$@"
|
python -m colout.colout "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue