fix
This commit is contained in:
@@ -403,7 +403,7 @@ auto launchctl_command(std::string_view label, launchctl_type type) -> int {
|
||||
auto remove_launchd_plist(std::string_view plist_path, std::string_view label,
|
||||
bool should_bootout) -> bool {
|
||||
auto file = utils::file::file{
|
||||
utils::path::combine(plist_path, {label + ".plist"}),
|
||||
utils::path::combine(plist_path, {std::string{label} + ".plist"}),
|
||||
};
|
||||
if (not file.exists()) {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user