From 06623f4d4130375fb00f21f47e57cd74a4fe2193 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 22:42:35 -0500 Subject: [PATCH] branches.cpp --- src/branches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branches.cpp b/src/branches.cpp index a540674f..1fe82644 100644 --- a/src/branches.cpp +++ b/src/branches.cpp @@ -210,7 +210,7 @@ namespace l if(ecpath) b.mount_path = *ecpath; fmt::println("branch: {}; mount point: {}", - b.path.string(), + b.path, b.mount_path.string()); b.mount_hash_digest = 0; }