micha / resty

Little command line REST client that you can use in pipelines (bash or zsh).
MIT License
2.65k stars 143 forks source link

Returns 2 instead of 0 for successful requests #24

Closed micha closed 13 years ago

micha commented 13 years ago

Resty is reported to return 2 instead of the correct 0 value for successful requests. This breaks scripts that expect a zero return value on success.

micha commented 13 years ago

I can't replicate this behavior. Closing the ticket.