diff --git a/repertory/repertory/src/ui/mgmt_app_config.cpp b/repertory/repertory/src/ui/mgmt_app_config.cpp index 27e0a5f5..ad1f032b 100644 --- a/repertory/repertory/src/ui/mgmt_app_config.cpp +++ b/repertory/repertory/src/ui/mgmt_app_config.cpp @@ -255,7 +255,8 @@ void mgmt_app_config::set_auto_start(bool auto_start) { #if defined(__APPLE__) auto label = "com.fifthgrid.blockstorage.repertory.ui"; auto plist_file = utils::file::file{ - utils::path::combine("~", {"/Library/LaunchAgents", label})}; + utils::path::combine("~", {"/Library/LaunchAgents", label}), + }; if (auto_start) { if (not plist_file.exists()) { std::vector args = {