-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
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
Zombienet won't allow whitespaces in collator names #1659
Comments
Thank you @ggwpez |
Hey @wirednkod / @ggwpez, thanks for report this issue. We are using the Thx! |
@pepoviola I think the best way to ensure that there is nothing breaking is a simple replacement of spaces -> dashes. It does not really make much sense to me, to have spaces into the name to be honest 🤷🏽 |
Ok but we should make this transformation clear in the docs since the users should know that the name of the node will be changed replacing spaces with dashes. Thanks!! |
SE issue mentions that names should be passed in quotes like
--name "name"
instead of--name name
.Using zombienet v1.89 i did not verify myself, just opening this so we can close the other.
The text was updated successfully, but these errors were encountered: