From e51e85757297b5c394bd19dd6abea23982ec3ca2 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 25 May 2018 16:03:50 +0300 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac66c2f..d79f368 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ migrate: build @${BIN} --config $(CONFIG_FILE) migrate -p ./migrations/ migrate_test: build - @${BIN} --config $(CONFIG_TEST_FILE) migrate + @${BIN} --config $(CONFIG_TEST_FILE) migrate ./migrations/ migrate_down: build @${BIN} --config $(CONFIG_FILE) migrate -v down