From 5c8a621fa21aaf568f9be8012799082ce850a328 Mon Sep 17 00:00:00 2001 From: Danny Wahl Date: Tue, 1 Oct 2019 12:16:40 -0600 Subject: [PATCH] fix missing return on HTTP Method --- studio/studio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/studio b/studio/studio index 74546b5..c6a112b 100755 --- a/studio/studio +++ b/studio/studio @@ -70,7 +70,7 @@ else r) outputrenderer=$(insthelp setrenderer $OPTARG) ;; X|x) - $(insthelp sethttp $OPTARG) ;; + httpmethod=$(insthelp sethttp $OPTARG) ;; d) studio_domain="$OPTARG" ;; e)