chore: white space clean up

This commit is contained in:
Martin Wimpress 2023-12-10 23:09:32 +00:00 committed by Martin Wimpress
parent 81856322a5
commit 0c8e1a5205
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ function list_csv() {
echo "Display Name,OS,Release,Option,Downloader,PNG,SVG"
for OS in $(os_support); do
DISPLAY_NAME="$(pretty_name "${OS}")"
case ${OS} in
*ubuntu-server*) FUNC="ubuntu-server";;
*ubuntu*) FUNC="ubuntu";;