fix
Some checks reported errors
BlockStorage/repertory_mac/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-08-06 07:22:09 -05:00
parent 62a06281ab
commit 2a40d8207e

View File

@@ -922,7 +922,7 @@ auto fuse_base::unmount(const std::string &mount_location) -> int {
if (utils::file::file{
utils::path::combine("~", {"/Library/LaunchAgents", label_})}
.exists()) {
return utils::launchctl_command(launchctl::bootout, label_);
return utils::launchctl_command(launchctl_type::bootout, label_);
}
auto cmd = "umount \"" + mount_location + "\" >/dev/null 2>&1";