templates/python: fix arg count in setup
This commit is contained in:
parent
034d7a5f00
commit
4e920cf585
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [ $# -lt 3 ]; then
|
||||
if [ $# -lt 1 ]; then
|
||||
echo "Not enough arguments"
|
||||
echo 'usage: ./setup basename'
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue