From 9de3a5dbb71dc4817c532d0dc173e772ddbd49a1 Mon Sep 17 00:00:00 2001 From: John Locke Date: Mon, 15 Aug 2016 23:52:06 -0700 Subject: [PATCH] Quote trigger value. --- bin/out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/out b/bin/out index 29e4c9f..c680bd2 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