Missing space in fr-dev info file

This commit is contained in:
Mouse Reeve 2020-09-21 09:28:07 -07:00
parent 585c66b64f
commit 4d0176a6f7

2
fr-dev
View file

@ -45,6 +45,6 @@ case "$1" in
docker-compose exec web coverage report
;;
*)
echo "Unrecognised command. Try: up, initdb, resetdb,makemigrations, migrate, shell, dbshell, restart_celery, test, test_report"
echo "Unrecognised command. Try: up, initdb, resetdb, makemigrations, migrate, shell, dbshell, restart_celery, test, test_report"
;;
esac