diff --git a/bin/out b/bin/out index c680bd2..b8d166a 100755 --- a/bin/out +++ b/bin/out @@ -80,7 +80,7 @@ EOF body=$(echo -n $body | jq -c ".data=$DATA_FILE_CONTENT") fi if [ -n "${trigger}" ]; then - body=$(echo -n $body | jq -c ".trigger=\"${trigger\"") + body=$(echo -n $body | jq -c ".trigger=\"${trigger}\"") fi fi