From 2ff16230d15208a53cfc46e1ce05338c0fb51116 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 3 Mar 2025 11:52:54 -0600 Subject: [PATCH] fixes --- repertory/repertory/src/ui/handlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/repertory/src/ui/handlers.cpp b/repertory/repertory/src/ui/handlers.cpp index 56d25d06..c0ea8473 100644 --- a/repertory/repertory/src/ui/handlers.cpp +++ b/repertory/repertory/src/ui/handlers.cpp @@ -317,7 +317,7 @@ auto handlers::read_process(provider_type prov, std::string_view name, } auto cmd_line = - fmt::format(R"("{}" {} {})", repertory_binary_, str_type, command); + fmt::format(R"({} {} {})", repertory_binary_, str_type, command); auto *pipe = popen(cmd_line.c_str(), "r"); if (pipe == nullptr) {