option_parser.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-22 00:02:43 -05:00
parent e4db36c977
commit 11ab66caae

View File

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