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

Cannot change URL #18

Closed eproxus closed 13 years ago

eproxus commented 13 years ago

When trying to change the URL with resty I get this error:

$ resty
http://localhost:8888*
$ resty http://10.153.2.224:8000
resty:80: bad substitution

Running:

$ brew info resty
resty 1.5
https://github.com/micha/resty
/usr/local/Cellar/resty/1.5 (4 files, 32K)
...
$ zsh --version
zsh 4.3.9 (i386-apple-darwin10.0)
micha commented 13 years ago

Okay, that was a bug. It should now be fixed. Can you try v1.7, please? Thanks!

eproxus commented 13 years ago

Works!