branches.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-16 23:38:44 -05:00
parent d319a49aee
commit 55d13ec7e0

View File

@ -206,14 +206,11 @@ namespace l
{
fs::ecpath ecpath;
fmt::println("branch: {}",b.path);
ecpath = fs::find_mount_point(b.path);
if(ecpath)
b.mount_path = *ecpath;
else
b.mount_path = b.path;
fmt::println("mount point: {}",
b.mount_path.string());
b.mount_hash_digest = 0;
}