From 10eabcf67a3089ce9be57df2389ef6af0123eb8b Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 25 Feb 2025 10:14:53 +0100 Subject: Invocation meta-data: include repository-config digest To do so, extend multi-repo setup to also return the digest of the configuration file. --- src/other_tools/just_mr/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/just_mr/main.cpp') 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; } -- cgit v1.2.3