style: correct indentation

This commit is contained in:
Martin Wimpress 2024-04-19 14:25:12 +01:00 committed by Martin Wimpress
parent e9fe08f36a
commit f27882926a
1 changed files with 9 additions and 10 deletions

View File

@ -1957,7 +1957,6 @@ function get_centos-stream() {
HASH=$(web_pipe "${URL}/${ISO}.SHA256SUM" | grep "SHA256 (${ISO}" | cut -d' ' -f4)
;;
esac
echo "${URL}/${ISO} ${HASH}"
}
@ -2132,7 +2131,7 @@ function get_endless() {
esac
URL="https://images-dl.endlessm.com/release/${RELEASE}/eos-amd64-amd64/${EDITION}"
ISO="eos-eos${RELEASE:0:3}-amd64-amd64.${FILE_TS}.${EDITION}.iso"
echo "${URL}/${ISO}"
echo "${URL}/${ISO} ${HASH}"
}
function get_fedora() {