GitHub plugin installation broken?

Just noticed that I'm no longer able to install plugins like so: plugin -install elasticsearch/elasticsearch-cloud-aws/1.10.0.

-> Installing elasticsearch/elasticsearch-cloud-aws/1.10.0...
Trying
https://github.com/downloads/elasticsearch/elasticsearch-cloud-aws/elasticsearch-cloud-aws-1.10.0.zip...
Trying
https://github.com/elasticsearch/elasticsearch-cloud-aws/zipball/v1.10.0...
Failed to install elasticsearch/elasticsearch-cloud-aws/1.10.0, reason:
failed to download

The first URL redirects to
http://cloud.github.com/downloads/elasticsearch/elasticsearch-cloud-aws/elasticsearch-cloud-aws-1.10.0.zip,
which should work. But perhaps the PluginManager doesn't handle redirects?

--

It's fixed in 0.20.1

On Friday, December 7, 2012 9:39:21 PM UTC-5, Eric Jain wrote:

Just noticed that I'm no longer able to install plugins like so: plugin -install elasticsearch/elasticsearch-cloud-aws/1.10.0.

-> Installing elasticsearch/elasticsearch-cloud-aws/1.10.0...
Trying
https://github.com/downloads/elasticsearch/elasticsearch-cloud-aws/elasticsearch-cloud-aws-1.10.0.zip.
..
Trying
https://github.com/elasticsearch/elasticsearch-cloud-aws/zipball/v1.10.0.
..
Failed to install elasticsearch/elasticsearch-cloud-aws/1.10.0, reason:
failed to download

The first URL redirects to
http://cloud.github.com/downloads/elasticsearch/elasticsearch-cloud-aws/elasticsearch-cloud-aws-1.10.0.zip,
which should work. But perhaps the PluginManager doesn't handle redirects?

--