From c98d173c0acf919b5949074e83e8909b626ae165 Mon Sep 17 00:00:00 2001 From: Marie PUPO JEAMMET Date: Mon, 30 Sep 2024 12:28:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F(makefile)=20fix=20typo=20in?= =?UTF-8?q?=20makefile,=20for=20dimail=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit make boostrap command failed because of wrong naming of dimail setup command --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8fa308f..12236fe 100644 --- a/Makefile +++ b/Makefile @@ -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