Fix typo in flower start for watching celery (#3966)

This commit is contained in:
David 2022-11-26 04:08:39 -07:00 committed by GitHub
parent fec7ba3aa8
commit 77695c7c10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,6 @@
set -o errexit
set -o nounset
exec watchfiles celery.__.main__.main \
exec watchfiles celery.__main__.main \
--args \
"-A config.celery_app -b \"${CELERY_BROKER_URL}\" flower --basic_auth=\"${CELERY_FLOWER_USER}:${CELERY_FLOWER_PASSWORD}\""