branches.cpp

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

View File

@ -206,7 +206,7 @@ namespace l
{
fs::ecpath ecpath;
fmt::println("branch: {};",b.path);
fmt::println("branch: {}",b.path);
ecpath = fs::find_mount_point(b.path);
if(ecpath)
b.mount_path = *ecpath;