mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
Merge pull request #1187 from joachimesque/fix-bw-helper
Fix command name in bw-dev error message
This commit is contained in:
commit
e03b8ef2cd
1 changed files with 1 additions and 1 deletions
2
bw-dev
2
bw-dev
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue