fix
Some checks reported errors
BlockStorage/repertory_mac/pipeline/head There was a failure building this commit
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-08-06 07:30:56 -05:00
parent 02045dfd07
commit cac52f739f

View File

@@ -470,7 +470,7 @@ auto fuse_base::mount([[maybe_unused]] std::vector<std::string> orig_args,
<< std::endl;
}
ret = = utils::launchctl_command(label_, utils::launchctl_type::kickstart);
ret = utils::launchctl_command(label_, utils::launchctl_type::kickstart);
if (ret != 0) {
std::cerr << fmt::format("FATAL: Failed to kickstart {}/{}", getuid(),
label_)