diff --git a/support/src/utils/file.cpp b/support/src/utils/file.cpp index bfed2c5d..4a383d9b 100644 --- a/support/src/utils/file.cpp +++ b/support/src/utils/file.cpp @@ -58,7 +58,7 @@ auto change_to_process_directory() -> bool { auto res = proc_pidpath(getpid(), reinterpret_cast(path.data()), static_cast(path.size())); if (res == 0) { - path = utils::path::get_parent_path(path) : + path = utils::path::get_parent_path(path); } #else // !defined(__APPLE__) auto res = readlink("/proc/self/exe", path.data(), path.size());