diff --git a/src/service_runner.cpp b/src/service_runner.cpp index 626681d..8bef186 100644 --- a/src/service_runner.cpp +++ b/src/service_runner.cpp @@ -438,7 +438,7 @@ bool service_runner::edit_file(const std::string &file_path) } std::cout << "Editing file: " << file_path << std::endl; - return 0==runner::execute_cmd(editor_cmd, {quote(file_path)}, "", {}, false, true, nullptr); + return 0==runner::execute_cmd(editor_cmd, {file_path}, "", {}, false, true, nullptr); } bool service_runner::interactive_ssh_service()