summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/just_mr/main.cpp')
-rw-r--r--src/other_tools/just_mr/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/main.cpp b/src/other_tools/just_mr/main.cpp
index c2587681..963d4f97 100644
--- a/src/other_tools/just_mr/main.cpp
+++ b/src/other_tools/just_mr/main.cpp
@@ -433,7 +433,7 @@ auto main(int argc, char* argv[]) -> int {
// report success
Logger::Log(LogLevel::Info, "Setup completed");
// print config file to stdout
- std::cout << mr_config_path->string() << std::endl;
+ std::cout << mr_config_path->first.string() << std::endl;
return kExitSuccess;
}