fix
Some checks failed
BlockStorage/repertory_mac/pipeline/head There was a failure building this commit

This commit is contained in:
2025-08-06 07:22:48 -05:00
parent 2a40d8207e
commit ba82f322af

View File

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