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 028c205 commit 5c8a621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/studio
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ else
r)
outputrenderer=$(insthelp setrenderer $OPTARG) ;;
X|x)
$(insthelp sethttp $OPTARG) ;;
httpmethod=$(insthelp sethttp $OPTARG) ;;
d)
studio_domain="$OPTARG" ;;
e)
Expand Down

0 comments on commit 5c8a621

Please sign in to comment.