From d79dfb72404c738aa370419678930bb7f199dcce Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 14 Jun 2023 10:10:52 +0100 Subject: [PATCH] chore: white space clean up --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 701d49c..ff70ca8 100755 --- a/quickget +++ b/quickget @@ -1853,7 +1853,7 @@ function get_xerolinux() { local URL="" local ISO="xerolinux-2022.12-x86_64.iso" local URL="https://sourceforge.net/projects/xerolinux/files/Releases" - + HASH=$(wget -q -O- "${URL}/${ISO}.sha256" | cut -d' ' -f1) echo "${URL}/${ISO} ${HASH}" }