From 610b2316b54ff4e33ea7ea374ad2fea828ee038a Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 13 Jul 2023 18:10:19 +0200 Subject: just-mr: Auto detect archive compression (cherry picked from d1cc993ff46b187e1f7669291f611d80b05b3bb3) --- src/other_tools/root_maps/content_git_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { if (repo_type == "archive") { return ArchiveOps::ExtractArchive( - ArchiveType::kArchiveTypeTarGz, archive, dst_dir); + ArchiveType::kArchiveTypeTar, archive, dst_dir); } if (repo_type == "zip") { return ArchiveOps::ExtractArchive( -- cgit v1.2.3