fixed make file

This commit is contained in:
2021-11-04 22:04:33 +01:00
parent 75bff95373
commit 98ff8b252b
+1 -1
View File
@@ -71,4 +71,4 @@ exec_mysql:
docker exec -it eql-mysql-1 bash
dump_d9_db:
docker exec eql-mysql_d9-1 sh -c 'exec mysqldump -uroot -peql eql' > ./ressources/eql-$(DATE_NOW)-local.sql
docker exec eql-mysql-1 sh -c 'exec mysqldump -uroot -peql eql' > ./ressources/eql-$(DATE_NOW)-local.sql