diff options
Diffstat (limited to 'src/other_tools/just_mr/main.cpp')
-rw-r--r-- | src/other_tools/just_mr/main.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/other_tools/just_mr/main.cpp b/src/other_tools/just_mr/main.cpp index 66fce212..f7e5ae1f 100644 --- a/src/other_tools/just_mr/main.cpp +++ b/src/other_tools/just_mr/main.cpp @@ -693,8 +693,10 @@ void DefaultReachableRepositories( : std::nullopt, /* sha256 */ repo_desc_sha512->IsString() ? std::make_optional(repo_desc_sha512->String()) - : std::nullopt /* sha512 */ - }, /* archive */ + : std::nullopt, /* sha512 */ + repo_name, /* origin */ + false /* origin_from_distdir */ + }, /* archive */ repo_type_str, subdir.empty() ? "." : subdir.string()}; // add to list |