Skip to content

Commit

Permalink
✏️(makefile) fix typo in makefile, for dimail setup
Browse files Browse the repository at this point in the history
make boostrap command failed because of wrong naming of
dimail setup command
  • Loading branch information
mjeammet committed Sep 30, 2024
1 parent be9ddc4 commit c7ad957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ bootstrap: \
back-i18n-compile \
mails-install \
mails-build \
setup_dimail_db \
dimail-setup-db \
install-front-desk
.PHONY: bootstrap

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit c7ad957

Please sign in to comment.