Remove breaking escape quotes

This commit is contained in:
flow.gunso
2019-03-25 12:13:30 +01:00
parent 7e0dc9772f
commit 7641bd973e

View File

@@ -16,7 +16,7 @@ token=$(curl -s \
# Generate a JSON with the README.md as the full_description. # Generate a JSON with the README.md as the full_description.
json=$(jq -n \ json=$(jq -n \
--arg readme "$(<README.md)" \ --arg readme "$(<README.md)" \
'{"full_description": "'"$readme"'"}') '{"full_description": $readme}')
# Update the Docker Hub repository's full_description. # Update the Docker Hub repository's full_description.
curl -s -L \ curl -s -L \