diff options
Diffstat (limited to 'src/other_tools/just_mr/setup.cpp')
-rw-r--r-- | src/other_tools/just_mr/setup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/just_mr/setup.cpp b/src/other_tools/just_mr/setup.cpp index 1d698e3a..6d568bc8 100644 --- a/src/other_tools/just_mr/setup.cpp +++ b/src/other_tools/just_mr/setup.cpp @@ -119,6 +119,7 @@ auto MultiRepoSetup(std::shared_ptr<Configuration> const& config, CreateCommitGitMap(&critical_git_op_map, &import_to_git_map, common_args.just_mr_paths, + common_args.alternative_mirrors, common_args.git_path->string(), *common_args.local_launcher, serve_api ? &(*serve_api) : nullptr, |