fix
Some checks are pending
BlockStorage/repertory_linux_builds/pipeline/head Build queued...
BlockStorage/repertory_osx_builds/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2023-11-18 22:55:50 -06:00
parent eec3653c6b
commit 0c075d7fe4

View File

@ -228,7 +228,7 @@ auto parse_drive_options(std::vector<const char *> args,
fuse_flags_list.erase(it, fuse_flags_list.end()); fuse_flags_list.erase(it, fuse_flags_list.end());
} }
fuse_flags_list.emplace_back("volname=Repertory" + fuse_flags_list.emplace_back("volname=Repertory" +
app_config::get_provider_display_name(pt)); app_config::get_provider_display_name(prov));
it = std::remove_if(fuse_flags_list.begin(), fuse_flags_list.end(), it = std::remove_if(fuse_flags_list.begin(), fuse_flags_list.end(),
[](const auto &opt) -> bool { [](const auto &opt) -> bool {