diff options
Diffstat (limited to 'src/other_tools/root_maps/content_git_map.cpp')
-rw-r--r-- | src/other_tools/root_maps/content_git_map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/root_maps/content_git_map.cpp b/src/other_tools/root_maps/content_git_map.cpp index 9af1c49c..40ecda32 100644 --- a/src/other_tools/root_maps/content_git_map.cpp +++ b/src/other_tools/root_maps/content_git_map.cpp @@ -31,7 +31,7 @@ namespace { -> std::optional<std::string> { if (repo_type == "archive") { return ArchiveOps::ExtractArchive( - ArchiveType::kArchiveTypeTarGz, archive, dst_dir); + ArchiveType::kArchiveTypeTar, archive, dst_dir); } if (repo_type == "zip") { return ArchiveOps::ExtractArchive( |