Skip to content

Commit 6a673b1

Browse files
committed
fix python to python3
1 parent ead2c1a commit 6a673b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ if ! command -v mdpdf &> /dev/null; then
4040
fi
4141

4242
# check docker version
43-
python ../checkDockerVersion.py
43+
python3 ../checkDockerVersion.py
4444

4545
# build pdf file from README.md
4646
mdpdf README.md
4747

4848
# build zip file
49-
python build.py
49+
python3 build.py

0 commit comments

Comments
 (0)