From 1cee32f46add8d457cadf2445f5eb10fd5f70839 Mon Sep 17 00:00:00 2001 From: max funk Date: Fri, 29 Mar 2024 17:51:01 -0700 Subject: [PATCH] use bash in go-migrate makefile --- migrations/go-migrate/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/migrations/go-migrate/makefile b/migrations/go-migrate/makefile index 0c7246f0..59f1c53f 100644 --- a/migrations/go-migrate/makefile +++ b/migrations/go-migrate/makefile @@ -1,3 +1,4 @@ +SHELL:=/bin/bash APP_NAME=$(shell basename $(CURDIR)) RELATIVE_PROJECT_ROOT_PATH=$(shell REL_PATH="."; while [ $$(ls "$$REL_PATH" | grep project.yaml | wc -l | xargs) -eq 0 ]; do REL_PATH="$$REL_PATH./.."; done; printf '%s' "$$REL_PATH") PROJECT_CONF_FILE_NAME=project.yaml