From 3c9aff57e433ed54c57d5e0de8b0c03fa532750d Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Wed, 20 Oct 2021 11:41:32 -0600 Subject: [PATCH] Update Makefile Co-authored-by: Keagan McClelland --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b2fb68a0..e8729b6b4 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ ui/www: $(UI_SRC) ui/node_modules patch-db/client patch-db/client/dist ui/config ui/config.json: jq '.mocks.enabled = false' ui/config-sample.json > ui/config.json -config-git-hash: ui/config.json +config-git-hash: ui/config.json .git tmp=$(mktemp) jq '.gitHash = "$(shell git rev-parse HEAD)"' ui/config.json > "$tmp" && mv "$tmp" ui/config.json