Skip to content

Commit

Permalink
fix missing return on HTTP Method
Browse files Browse the repository at this point in the history
  • Loading branch information
thedannywahl committed Oct 1, 2019
1 parent d536abb commit 81cf447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/bridge
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ else
r)
outputrenderer=$(insthelp setrenderer $OPTARG) ;;
X|x)
$(insthelp sethttp $OPTARG) ;;
httpmethod=$(insthelp sethttp $OPTARG) ;;
d)
bridge_domain="$OPTARG" ;;
t)
Expand Down

0 comments on commit 81cf447

Please sign in to comment.