Refactor Ubuntu support

This commit is contained in:
Martin Wimpress 2021-10-19 15:14:23 +01:00 committed by Martin Wimpress
parent 25b89573e5
commit 7a4a09f9bc
1 changed files with 2 additions and 2 deletions

View File

@ -720,8 +720,8 @@ function get_ubuntu() {
RELEASES=$(releases_ubuntu)
if [[ "${RELEASES}" != *"${RELEASE}"* ]]; then
echo "ERROR! ${RELEASE} is not a supported release."
releases_ubuntu
echo "ERROR! ${RELEASE} is not a supported Ubuntu release."
echo "${RELEASES}"
exit 1
fi