From 11279f7e7a808d5440ebfeaa734b892d202094e0 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 11 Feb 2025 08:52:48 +0100 Subject: checkout locations: support extra environment variables to inherit --- src/other_tools/just_mr/update.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/just_mr/update.cpp') diff --git a/src/other_tools/just_mr/update.cpp b/src/other_tools/just_mr/update.cpp index 93a84bcd..e2ed9197 100644 --- a/src/other_tools/just_mr/update.cpp +++ b/src/other_tools/just_mr/update.cpp @@ -236,6 +236,7 @@ auto MultiRepoUpdate(std::shared_ptr const& config, auto git_update_map = CreateGitUpdateMap(git_repo->GetGitCAS(), common_args.git_path->string(), *common_args.local_launcher, + common_args.alternative_mirrors, &native_storage_config, &stats, &progress, -- cgit v1.2.3