From 1ed56952e62db6273d0e0fd546095adea3419033 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 1 Jul 2024 20:25:10 +0200 Subject: [PATCH] What do we say about testing before releasing? Not today! --- helpers/helpers.v2.1.d/sources | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/helpers.v2.1.d/sources b/helpers/helpers.v2.1.d/sources index 656819ec7..312014b67 100644 --- a/helpers/helpers.v2.1.d/sources +++ b/helpers/helpers.v2.1.d/sources @@ -108,6 +108,7 @@ ynh_setup_source() { then src_format="tar.bz2" elif [[ "$src_url" =~ ^.*\.tar$ ]] + then src_format="tar" elif [[ -z "$src_extract" ]] then