From e0c38d7083e6c972a432bfff3a9863f251f2170c Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 21 Mar 2023 15:45:29 +0100 Subject: just-mr: Update calls to fetch and update operations... ...to ensure the temporary directories exist before they are needed, as expected by those methods. This way, the TmpDir class takes care to also clean up after itself. Also, pass the local launcher to the methods that now shell out. --- src/other_tools/ops_maps/git_update_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/ops_maps/git_update_map.cpp') diff --git a/src/other_tools/ops_maps/git_update_map.cpp b/src/other_tools/ops_maps/git_update_map.cpp index f096d3a9..d399ff40 100644 --- a/src/other_tools/ops_maps/git_update_map.cpp +++ b/src/other_tools/ops_maps/git_update_map.cpp @@ -50,7 +50,7 @@ auto CreateGitUpdateMap(GitCASPtr const& git_cas, auto wrapped_logger = std::make_shared( [logger](auto const& msg, bool fatal) { (*logger)( - fmt::format("While updating commit via tmp repo:\n{}", msg), + fmt::format("While updating commit from remote:\n{}", msg), fatal); }); // update commit -- cgit v1.2.3