option_parser.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-21 23:55:21 -05:00
parent 0f601509b0
commit 3e39d7d5a9

View File

@ -421,7 +421,7 @@ check_for_mount_loop(Config::Write &cfg_,
fs::PathVector branches;
std::error_code ec;
mount = cfg_->mountpoint;
mount = (fs::Path)cfg_->mountpoint;
branches = cfg_->branches->to_paths();
for(const auto &branch : branches)
{