mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 12:37:41 +03:00
fix: normalize paths
This commit is contained in:
@@ -8,7 +8,7 @@ namespace clrsync::core::io
|
||||
{
|
||||
toml_file::toml_file(std::string path)
|
||||
{
|
||||
m_path = expand_user(path);
|
||||
m_path = normalize_path(path).string();
|
||||
}
|
||||
|
||||
Result<void> toml_file::parse()
|
||||
|
||||
Reference in New Issue
Block a user