From 248a2a395d0fb3eff20e2e28f5e2696adb8e9ad2 Mon Sep 17 00:00:00 2001 From: John Locke Date: Tue, 16 Aug 2016 00:06:55 -0700 Subject: [PATCH] Fix typo --- bin/out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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