trivial: use python3 for zoo-manage help message
gitea/zoo/pipeline/head This commit looks good Details

This commit is contained in:
Thomas NOËL 2023-03-23 11:19:36 +01:00
parent f07b968145
commit 593ced86e3
1 changed files with 1 additions and 1 deletions

2
debian/zoo-manage vendored
View File

@ -18,7 +18,7 @@ fi
if test $# -eq 0
then
python ${MANAGE} help
python3 ${MANAGE} help
exit 1
fi