Browse Source

Prevent flow from trying to parse hash as json

master
meriadec 7 years ago
parent
commit
a5661230fc
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 2
      scripts/postinstall.sh

2
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 {

Loading…
Cancel
Save