Fix command name in bw-dev error message

This commit is contained in:
Joachim 2021-06-19 11:18:03 +02:00
parent 4d9ced6973
commit e309bb104f

2
bw-dev
View file

@ -111,6 +111,6 @@ case "$CMD" in
runweb python manage.py generate_preview_images $@
;;
*)
echo "Unrecognised command. Try: build, clean, up, initdb, resetdb, makemigrations, migrate, bash, shell, dbshell, restart_celery, test, pytest, test_report, black, populate_feeds, generate_preview_images"
echo "Unrecognised command. Try: build, clean, up, initdb, resetdb, makemigrations, migrate, bash, shell, dbshell, restart_celery, test, pytest, test_report, black, populate_streams, generate_preview_images"
;;
esac