diff options
-rwxr-xr-x | rest-run | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -208,11 +208,11 @@ if [[ ${#ARGS[@]} -gt 1 ]]; then fi case "$rest_method" in - POST|post);; - GET|get);; - PUT|put);; - PATCH|patch);; - DELETE|delete);; + POST);; + GET);; + PUT);; + PATCH);; + DELETE);; *) fail-no-help "Invalid HTTP Verb $rest_method" ;; esac |