diff options
Diffstat (limited to 'src/other_tools/just_mr/update.cpp')
-rw-r--r-- | src/other_tools/just_mr/update.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/other_tools/just_mr/update.cpp b/src/other_tools/just_mr/update.cpp index 449d8841..9d2c3a0e 100644 --- a/src/other_tools/just_mr/update.cpp +++ b/src/other_tools/just_mr/update.cpp @@ -222,6 +222,8 @@ auto MultiRepoUpdate(std::shared_ptr<Configuration> const& config, common_args.git_path->string(), *common_args.local_launcher, &storage_config, + &JustMRStatistics::Instance(), + &JustMRProgress::Instance(), common_args.jobs); // set up progress observer |