Fixed publish script

This commit is contained in:
Benoit Blanchon
2021-07-03 16:08:36 +02:00
parent 219475630a
commit 8a9a26588c
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ compile() {
END
URL=$(curl -sS -H "Content-type: application/json" -d @parameters.json https://wandbox.org/api/compile.json | jq --raw-output .url)
rm parameters.json
echo " $1: $URL"
echo "$1: $URL"
}
compile "JsonGeneratorExample"