Exit gracefully after `bqetl bootstrap` succeeds (#1928)
It would previously try to run bqetl with no arguments, which led to confusing output.
This commit is contained in:
Родитель
ac8f40f8d1
Коммит
ba797386f9
2
bqetl
2
bqetl
|
@ -19,6 +19,8 @@ if [ "$CMD" == "bootstrap" ]; then
|
|||
fi
|
||||
venv/bin/pip install -r requirements.txt
|
||||
venv/bin/pip install -e .
|
||||
echo "bqetl configured! It should now be ready for use."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ ! -d "venv" ]; then
|
||||
|
|
Загрузка…
Ссылка в новой задаче