branches.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-16 22:47:02 -05:00
parent b30bd8d399
commit 6973befef1

View File

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