Skip to content

Commit

Permalink
🔧(project) clean up makefile
Browse files Browse the repository at this point in the history
Yeah, it disturbed me.
  • Loading branch information
jmaupetit committed Jan 17, 2025
1 parent 87ce4de commit 9ba6d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ba6d37

Please sign in to comment.