From e117b7ca438ccb74ef303095670ef8007cb8c485 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 18 Apr 2018 22:25:13 +0200 Subject: fetch_pull_requests(): Quote variable Must have forgotten to do this. --- redprine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redprine b/redprine index f64cdb1..63ee2e1 100755 --- a/redprine +++ b/redprine @@ -30,7 +30,7 @@ function fetch_pull_requests () { --header "Authorization: Bearer ${GITHUB_TOKEN}" \ --location "https://api.github.com/repos/${owner_repo}/pulls") - echo $pull_requests + echo "$pull_requests" } function cache_my_pull_requests () { -- cgit v1.2.3