Skip to content
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

Omni cli init-nodes home flag doesn't support relative paths #1841

Closed
corverroos opened this issue Sep 9, 2024 · 0 comments · Fixed by #2349
Closed

Omni cli init-nodes home flag doesn't support relative paths #1841

corverroos opened this issue Sep 9, 2024 · 0 comments · Fixed by #2349
Labels
bug Something isn't working good first issue Good for newcomers platform improvement

Comments

@corverroos
Copy link
Collaborator

Problem to Solve

omni operator init-nodes --home=./test --moniker=foo --network=omega fails with:

create test/geth: "test/geth" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.

Proposed Solution

Convert relative paths into absolute paths before calling docker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers platform improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants