From 6b1f56a86f7257ed16541f725c1962542f6cca64 Mon Sep 17 00:00:00 2001 From: William Petit Date: Sun, 21 Jun 2020 11:30:34 +0200 Subject: [PATCH] Correction utilisateur commande make db-shell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20566c0..cf6a758 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ down: docker-compose down -v --remove-orphans db-shell: - docker-compose exec postgres psql -Usupergraph + docker-compose exec postgres psql -Udaddy hydra-shell: docker-compose exec hydra /bin/sh \ No newline at end of file