diff options
Diffstat (limited to 'src/other_tools/just_mr/fetch.cpp')
-rw-r--r-- | src/other_tools/just_mr/fetch.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/other_tools/just_mr/fetch.cpp b/src/other_tools/just_mr/fetch.cpp index db2eedcd..a47b02cf 100644 --- a/src/other_tools/just_mr/fetch.cpp +++ b/src/other_tools/just_mr/fetch.cpp @@ -301,8 +301,7 @@ auto MultiRepoFetch(std::shared_ptr<Configuration> const& config, ? std::make_optional( repo_desc_sha512->String()) : std::nullopt, - .origin = repo_name, - .fetch_only = true}, + .origin = repo_name}, .repo_type = repo_type_str, .subdir = subdir.empty() ? "." : subdir.string(), .pragma_special = std::nullopt, // not used |