thelastpickle / tlp-cluster

tlp-cluster, a tool for launching Cassandra clusters in AWS
http://thelastpickle.com/tlp-cluster/
Other
21 stars 11 forks source link

bin/install-medusa branch option is broken #179

Open rzvoncek opened 3 years ago

rzvoncek commented 3 years ago

Running

bin/install_medusa.sh -b foo -c bar -s baz --branch radovan/peers_v2

Causes a log line:

Installing branch --branch...

And, naturally, doesn't install the correct branch.

It might work with --branch=radovan/peers_v2, I did not try. But I think it should work with just a space to be consistent with other options.