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

FIX: ~ (tilde) not working for configuration file home path #4525

Closed
laciferin2024 opened this issue Feb 20, 2025 · 5 comments · Fixed by #4532
Closed

FIX: ~ (tilde) not working for configuration file home path #4525

laciferin2024 opened this issue Feb 20, 2025 · 5 comments · Fixed by #4532
Assignees

Comments

@laciferin2024
Copy link

Image

I set the home path for the validator as per the doc: https://docs.ignite.com/references/config . But I was surprised to find the tilde character folder created on my project folder.

I am surprised so the following error too:

Image

@julienrbrt
Copy link
Member

Thanks for all those issues 🙏🏾, super useful.
I'll have a look what's up.

@julienrbrt julienrbrt self-assigned this Feb 20, 2025
@julienrbrt
Copy link
Member

julienrbrt commented Feb 21, 2025

Hi! So I have checked with different machines and I am unable to reproduce.
Are you sure you were using the correct ~ character and not ?
It would be useful if you could paste exactly what you typed above. It looks like you were using the wrong tilde character.

@julienrbrt julienrbrt closed this as not planned Won't fix, can't repro, duplicate, stale Feb 21, 2025
@github-project-automation github-project-automation bot moved this from To Discuss to Done in Ignite CLI Masterboard Feb 21, 2025
@laciferin2024
Copy link
Author

laciferin2024 commented Feb 21, 2025

@julienrbrt Here u go:

Using macos & ..

validators:
- name: alice
  bonded: 100000000coin
  # home: "~/.coind" 

@julienrbrt
Copy link
Member

I see, I misunderstood the issue, I thought you meant it didn't work with the --home flag. I can reproduce when using it from the config. I'll send a fix soon. Thanks!

@laciferin2024
Copy link
Author

@julienrbrt sorry about the misunderstanding its a just thing, --home command is commented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants