Use subshell for do_issue_comment
1 files changed, 2 insertions(+), 2 deletions(-)

M invertbucket
M invertbucket +2 -2
@@ 157,7 157,7 @@ urlencode() {
 		| cut -c 3-
 }
 
-do_issue_comment() {
+do_issue_comment() (
 	srht_name="$1"
 	srht_owner="$2"
 	ticket_id="$3"

          
@@ 178,7 178,7 @@ do_issue_comment() {
 		printf '%s' "$resp" | jq . >&2
 		return 1
 	fi
-}
+)
 
 do_issue() (
 	srht_name="$1"