From 9ba6d3732a6cd0d1122723802654ba86bb740a7d Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Mon, 13 Jan 2025 18:58:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(project)=20clean=20up=20makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Yeah, it disturbed me. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a1f445b..fe8c61aa 100644 --- a/Makefile +++ b/Makefile @@ -395,7 +395,7 @@ seed-oidc: ## seed the OIDC provider seed-dashboard: ## seed dashboard @echo "Running dashboard service database engine…" @$(COMPOSE_UP) --wait postgresql - @echo "Seeding dashboard…"# + @echo "Seeding dashboard…" @bin/manage loaddata dashboard/fixtures/dsfr_fixtures.json @bin/manage seed_consent .PHONY: seed-dashboard