Annnd typo

This commit is contained in:
Alexandre Aubin 2023-02-13 20:59:38 +01:00
parent d95027ef22
commit a4013e414d

View file

@ -258,7 +258,6 @@ function fetch_package_to_test() {
log_critical "Unable to find a default branch to test (master or stable)" log_critical "Unable to find a default branch to test (master or stable)"
fi fi
fi fi
fi
else ! git ls-remote --quiet --exit-code $path_to_package_to_test ${gitbranch##-b } >/dev/null 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?) ?" log_critical "Branch ${gitbranch##-b } doesn't exists (anymore?) ?"
fi fi