✏️(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:
committed by
Marie
parent
dddc281778
commit
c98d173c0a
6
Makefile
6
Makefile
@@ -88,7 +88,7 @@ bootstrap: \
|
|||||||
back-i18n-compile \
|
back-i18n-compile \
|
||||||
mails-install \
|
mails-install \
|
||||||
mails-build \
|
mails-build \
|
||||||
setup_dimail_db \
|
dimail-setup-db \
|
||||||
install-front-desk
|
install-front-desk
|
||||||
.PHONY: bootstrap
|
.PHONY: bootstrap
|
||||||
|
|
||||||
@@ -283,10 +283,10 @@ i18n-generate-and-upload: \
|
|||||||
# -- INTEROPERABILTY
|
# -- INTEROPERABILTY
|
||||||
# -- Dimail configuration
|
# -- Dimail configuration
|
||||||
|
|
||||||
setup-dimail-db:
|
dimail-setup-db:
|
||||||
@echo "$(BOLD)Populating database of local dimail API container$(RESET)"
|
@echo "$(BOLD)Populating database of local dimail API container$(RESET)"
|
||||||
@$(MANAGE) setup_dimail_db
|
@$(MANAGE) setup_dimail_db
|
||||||
.PHONY: setup-dimail-db
|
.PHONY: dimail-setup-db
|
||||||
|
|
||||||
# -- Mail generator
|
# -- Mail generator
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user