✏️(makefile) fix typo in makefile, for dimail setup

make boostrap command failed because of wrong naming of
dimail setup command
This commit is contained in:
Marie PUPO JEAMMET
2024-09-30 12:28:18 +02:00
committed by Marie
parent dddc281778
commit c98d173c0a

View File

@@ -88,7 +88,7 @@ bootstrap: \
back-i18n-compile \
mails-install \
mails-build \
setup_dimail_db \
dimail-setup-db \
install-front-desk
.PHONY: bootstrap
@@ -283,10 +283,10 @@ i18n-generate-and-upload: \
# -- INTEROPERABILTY
# -- Dimail configuration
setup-dimail-db:
dimail-setup-db:
@echo "$(BOLD)Populating database of local dimail API container$(RESET)"
@$(MANAGE) setup_dimail_db
.PHONY: setup-dimail-db
.PHONY: dimail-setup-db
# -- Mail generator