Browse Source
Prevent flow from trying to parse hash as json
master
meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
1 deletions
-
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 { |
|
|
|