print record

This commit is contained in:
zramsay 2023-10-23 08:08:26 -04:00
parent 3314076a98
commit 39472f052f

View File

@ -24,5 +24,6 @@ if [ -d $demo_records_dir ]; then
publish_response=$(${registry_command} record publish --filename ${demo_record} --bond-id ${bond_id})
published_record_id=$(echo ${publish_response} | jq -r .id)
echo "Published ${demo_record} with id: ${published_record_id}"
cat ${demo_record}
done
fi