option_parser.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-21 23:57:58 -05:00
parent 5802b37319
commit 0f9ff149d4

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)
{