tobert / cassandra-docker

Cassandra in Docker
https://registry.hub.docker.com/u/tobert/cassandra/
Apache License 2.0
130 stars 56 forks source link

typo in install script URL? #30

Open cmosetick opened 9 years ago

cmosetick commented 9 years ago

Hi Albert, I noticed that the current version of install-cassandra-tarball.sh on master has this in the $URL

www.apache.dist

I'm not aware of a .dist TLD being live yet.
I get a not found:

host www.apache.dist
Host www.apache.dist not found: 3(NXDOMAIN)

I'll create a pull request with www.apache.org/dist for this. Apologies in advance if I'm missing something obvious here.

cmosetick commented 9 years ago

Here was that pull request: https://github.com/tobert/cassandra-docker/pull/31