From a4013e414d3b9645d727d93d1ed736a852930d10 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 13 Feb 2023 20:59:38 +0100 Subject: [PATCH] Annnd typo --- lib/common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/common.sh b/lib/common.sh index a580b54..e62b10a 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -258,7 +258,6 @@ function fetch_package_to_test() { log_critical "Unable to find a default branch to test (master or stable)" fi fi - fi else ! git ls-remote --quiet --exit-code $path_to_package_to_test ${gitbranch##-b } >/dev/null log_critical "Branch ${gitbranch##-b } doesn't exists (anymore?) ?" fi