diff --git a/jq_all_the_things.sh b/jq_all_the_things.sh index 1d6cc73..26ce4c1 100755 --- a/jq_all_the_things.sh +++ b/jq_all_the_things.sh @@ -10,6 +10,7 @@ do cat ${dir} | jq . >/dev/null rc=$? if [[ $rc != 0 ]]; then exit $rc; fi + cat ${dir} | jq -r .uuid | uuidparse done set -e