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

main v19
Thomas NOËL 2 months ago
parent f07b968145
commit 593ced86e3

2
debian/zoo-manage vendored

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

Loading…
Cancel
Save