aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-data-expand
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-data-expand')
-rwxr-xr-xbin/ak-data-expand2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-data-expand b/bin/ak-data-expand
index 1799957..35f7826 100755
--- a/bin/ak-data-expand
+++ b/bin/ak-data-expand
@@ -17,7 +17,7 @@ then
logit "[ERROR]" "Error while reading $1"
exit 1
fi
- ipfs --timeout=10s cat $1 | json_pp > /dev/null
+ ipfs --timeout=10s cat $1 | jq -M > /dev/null
if [ "$?" -ne 0 ]
then
logit "[ERROR]" "Error while parsing JSON for $1"