You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using ~ in path for outfile parameter in your configuration file will not be parsed as expected.
Instead a folder called '~' will be created starting from the home directory.
To Reproduce
Steps to reproduce the behavior:
Write outfile = "~/mirrorlist" under [general] in your configuration file
Execute mirro-rs
Export mirrorlist
mirrorlist will be exported to /home/user/~/mirrorlist
Expected behavior
Mirrorlist should be exported to /home/user/mirrorlist
Desktop (please complete the following information):
OS: Arch Linux - 6.10.8-arch1-1
Terminal: Alacritty, zsh
mirro-rs version: 0.2.3
The text was updated successfully, but these errors were encountered:
Describe the bug
Using
~
in path for outfile parameter in your configuration file will not be parsed as expected.Instead a folder called
'~'
will be created starting from the home directory.To Reproduce
Steps to reproduce the behavior:
outfile = "~/mirrorlist"
under[general]
in your configuration file/home/user/~/mirrorlist
Expected behavior
Mirrorlist should be exported to
/home/user/mirrorlist
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: