We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
--branch=radovan/peers_v2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running
Causes a log line:
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.The text was updated successfully, but these errors were encountered: