From 81cf447e0233b82b7b5c4855fa7554dd61fb7a84 Mon Sep 17 00:00:00 2001 From: Danny Wahl Date: Tue, 1 Oct 2019 12:14:32 -0600 Subject: [PATCH] fix missing return on HTTP Method --- bridge/bridge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/bridge b/bridge/bridge index 010a7f6..7af77fc 100755 --- a/bridge/bridge +++ b/bridge/bridge @@ -72,7 +72,7 @@ else r) outputrenderer=$(insthelp setrenderer $OPTARG) ;; X|x) - $(insthelp sethttp $OPTARG) ;; + httpmethod=$(insthelp sethttp $OPTARG) ;; d) bridge_domain="$OPTARG" ;; t)