chore: white space clean up
This commit is contained in:
parent
81856322a5
commit
0c8e1a5205
2
quickget
2
quickget
|
@ -166,7 +166,7 @@ function list_csv() {
|
||||||
echo "Display Name,OS,Release,Option,Downloader,PNG,SVG"
|
echo "Display Name,OS,Release,Option,Downloader,PNG,SVG"
|
||||||
for OS in $(os_support); do
|
for OS in $(os_support); do
|
||||||
DISPLAY_NAME="$(pretty_name "${OS}")"
|
DISPLAY_NAME="$(pretty_name "${OS}")"
|
||||||
|
|
||||||
case ${OS} in
|
case ${OS} in
|
||||||
*ubuntu-server*) FUNC="ubuntu-server";;
|
*ubuntu-server*) FUNC="ubuntu-server";;
|
||||||
*ubuntu*) FUNC="ubuntu";;
|
*ubuntu*) FUNC="ubuntu";;
|
||||||
|
|
Loading…
Reference in New Issue