From 5fcf7e1cdb12fe86e07379edc5c60546bb3372ef Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 09:15:18 -0500 Subject: [PATCH] fs_find_mount_point.cpp --- src/fs_find_mount_point.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index 25153428..a2ff8187 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 tmp_path; }