From 30633aa4ffbebdd1c6a926cdf4b3453c21bcccdf Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 6 Sep 2025 10:19:29 -0500 Subject: [PATCH] refactor --- repertory/repertory/src/ui/mgmt_app_config.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = {