From 04f0c848c143ef0c434787797010340700dc91d6 Mon Sep 17 00:00:00 2001 From: Angelo Dureghello Date: Thu, 14 Nov 2024 21:28:23 +0100 Subject: [PATCH] Remove wrong tab Signed-off-by: Angelo Dureghello --- getsrc/getsrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getsrc/getsrc.sh b/getsrc/getsrc.sh index 4db3e2d..334b5b9 100755 --- a/getsrc/getsrc.sh +++ b/getsrc/getsrc.sh @@ -130,7 +130,7 @@ function download { printf 'Invalid or corrupted file downloaded. Trying next URL.\n' continue } - + printf 'Downloaded: %s -----> %s\n' "$url" "${macros[FILENAME]}" return done