From a5661230fc47926b40295ce4ae8cfdcc5c73350d Mon Sep 17 00:00:00 2001 From: meriadec Date: Wed, 20 Jun 2018 17:09:35 +0200 Subject: [PATCH] Prevent flow from trying to parse hash as json --- scripts/postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postinstall.sh b/scripts/postinstall.sh index 471afd51..2eaa9447 100755 --- a/scripts/postinstall.sh +++ b/scripts/postinstall.sh @@ -7,7 +7,7 @@ function MAIN { function GET_HASH_PATH { HASH_NAME=$1 - echo "./node_modules/.cache/LEDGER_HASH_$HASH_NAME" + echo "./node_modules/.cache/LEDGER_HASH_$HASH_NAME.hash" } function GET_HASH {