aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrest-run10
1 files changed, 5 insertions, 5 deletions
diff --git a/rest-run b/rest-run
index 97f6d1e..deaafcb 100755
--- a/rest-run
+++ b/rest-run
@@ -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