mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-03-11 06:45:56 +03:00
Fix typo in flower start for watching celery (#3966)
This commit is contained in:
parent
fec7ba3aa8
commit
77695c7c10
|
@ -3,6 +3,6 @@
|
||||||
set -o errexit
|
set -o errexit
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
||||||
exec watchfiles celery.__.main__.main \
|
exec watchfiles celery.__main__.main \
|
||||||
--args \
|
--args \
|
||||||
"-A config.celery_app -b \"${CELERY_BROKER_URL}\" flower --basic_auth=\"${CELERY_FLOWER_USER}:${CELERY_FLOWER_PASSWORD}\""
|
"-A config.celery_app -b \"${CELERY_BROKER_URL}\" flower --basic_auth=\"${CELERY_FLOWER_USER}:${CELERY_FLOWER_PASSWORD}\""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user