diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-25 10:14:53 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-10 16:28:59 +0100 |
commit | 10eabcf67a3089ce9be57df2389ef6af0123eb8b (patch) | |
tree | 8eb81e12f900625a2ac58f89826022b757f5ca85 /src/other_tools/just_mr/main.cpp | |
parent | 3c2d0d460485bde1e2ccf2d45e6f438adff4ce47 (diff) | |
download | justbuild-10eabcf67a3089ce9be57df2389ef6af0123eb8b.tar.gz |
Invocation meta-data: include repository-config digest
To do so, extend multi-repo setup to also return the digest of the
configuration file.
Diffstat (limited to 'src/other_tools/just_mr/main.cpp')
-rw-r--r-- | src/other_tools/just_mr/main.cpp | 2 |
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; } |