From 593ced86e38a229753316f3d93ab19d861e7e6f2 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Thu, 23 Mar 2023 11:19:36 +0100 Subject: [PATCH] trivial: use python3 for zoo-manage help message --- debian/zoo-manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/zoo-manage b/debian/zoo-manage index d130a23..37f544c 100755 --- a/debian/zoo-manage +++ b/debian/zoo-manage @@ -18,7 +18,7 @@ fi if test $# -eq 0 then - python ${MANAGE} help + python3 ${MANAGE} help exit 1 fi