templates/python: fix arg count in setup

This commit is contained in:
Infinidoge 2025-01-21 13:44:55 -05:00
parent 034d7a5f00
commit 4e920cf585
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -3,7 +3,7 @@
set -e set -e
if [ $# -lt 3 ]; then if [ $# -lt 1 ]; then
echo "Not enough arguments" echo "Not enough arguments"
echo 'usage: ./setup basename' echo 'usage: ./setup basename'
exit 1 exit 1