소스 검색

fixed make file

bach 3 년 전
부모
커밋
98ff8b252b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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