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 d09f699f..814aa1e4 100644 --- a/src/other_tools/just_mr/setup.cpp +++ b/src/other_tools/just_mr/setup.cpp @@ -125,6 +125,7 @@ auto MultiRepoSetup(std::shared_ptr<Configuration> const& config, serve_api_exists, local_api ? &(*local_api) : nullptr, remote_api ? &(*remote_api) : nullptr, + false, /* backup_to_remote */ common_args.jobs); auto resolve_symlinks_map = CreateResolveSymlinksMap(); |