From 2d01c0d2f13eb277a3f0fb93bcc8c0acf9be3877 Mon Sep 17 00:00:00 2001 From: nono <np@laquadrature.net> Date: Wed, 24 Nov 2021 15:43:47 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20des=20options=20de=20la?= =?UTF-8?q?=20makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8639e5f..b6e2ce9 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ include app/env export $(shell sed 's/=.*//' app/env) endif -MYSQL_CONNECTION_STRING = -h$(SQL_HOST) -u$(SQL_USER) +MYSQL_CONNECTION_STRING = --host=$(SQL_HOST) --user=$(SQL_USER) ifdef SQL_PASSWORD - MYSQL_CONNECTION_STRING += -p$(SQL_PASSWORD) + MYSQL_CONNECTION_STRING += --password=$(SQL_PASSWORD) endif help: -- GitLab