We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fda186 commit 9006650Copy full SHA for 9006650
Makefile
@@ -395,7 +395,7 @@ seed-oidc: ## seed the OIDC provider
395
seed-dashboard: ## seed dashboard
396
@echo "Running dashboard service database engine…"
397
@$(COMPOSE_UP) --wait postgresql
398
- @echo "Seeding dashboard…"#
+ @echo "Seeding dashboard…"
399
@bin/manage loaddata dashboard/fixtures/dsfr_fixtures.json
400
@bin/manage seed_consent
401
.PHONY: seed-dashboard
0 commit comments