From d1cc993ff46b187e1f7669291f611d80b05b3bb3 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 20 Jun 2023 11:44:56 +0200 Subject: just-mr: Auto detect archive compression --- src/other_tools/root_maps/content_git_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/root_maps/content_git_map.cpp') diff --git a/src/other_tools/root_maps/content_git_map.cpp b/src/other_tools/root_maps/content_git_map.cpp index aeea9e1e..b652a5e1 100644 --- a/src/other_tools/root_maps/content_git_map.cpp +++ b/src/other_tools/root_maps/content_git_map.cpp @@ -32,7 +32,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