From 93199f62f903d9074349ef30d2a9f2560597409f Mon Sep 17 00:00:00 2001 From: Jon Schoning Date: Fri, 13 Sep 2019 22:35:53 -0500 Subject: [PATCH] fix ekg dist path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e6d308..c0a52b7 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ serve: _ESPIAL_PS_ID = $$(docker-compose ps -q espial) _LOCAL_INSTALL_PATH = $$(stack path | grep local-install-root | awk -e '{print $$2}') -_EKG_ASSETS_PATH = $$(find .stack-work -type d | grep ekg.*assets) +_EKG_ASSETS_PATH = $$(find ~/.stack -type d | grep ekg.*assets) docker-compose-build: build @rm -Rf dist && mkdir -p dist