diff options
Diffstat (limited to 'src/other_tools/just_mr/fetch.cpp')
-rw-r--r-- | src/other_tools/just_mr/fetch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/fetch.cpp b/src/other_tools/just_mr/fetch.cpp index 8ac53212..03813b13 100644 --- a/src/other_tools/just_mr/fetch.cpp +++ b/src/other_tools/just_mr/fetch.cpp @@ -425,7 +425,7 @@ auto MultiRepoFetch(std::shared_ptr<Configuration> const& config, &*auth_config, &*retry_config, config, - &hash_fct); + hash_fct); } bool const has_remote_api = remote_api != nullptr; |