diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index 2ded75be..25153428 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -35,5 +35,5 @@ fs::find_mount_point(const ghc::filesystem::path &path_) tmp_path = tmp_path.parent_path(); } - return {}; + return "/"; }