From 6a673b1caac8299921338d2f391f2b5925c4deef Mon Sep 17 00:00:00 2001 From: Steffen Bollmann Date: Mon, 24 Jun 2024 13:32:17 +0200 Subject: [PATCH] fix python to python3 --- recipes/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/build.sh b/recipes/build.sh index 2b27292..33f107f 100644 --- a/recipes/build.sh +++ b/recipes/build.sh @@ -40,10 +40,10 @@ if ! command -v mdpdf &> /dev/null; then fi # check docker version -python ../checkDockerVersion.py +python3 ../checkDockerVersion.py # build pdf file from README.md mdpdf README.md # build zip file -python build.py +python3 build.py