From dc487df12f5e30e9db0e261fb4eab91c45802df6 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 26 May 2024 08:24:33 +0100 Subject: [PATCH] git.sh: remove errant whitespace Signed-off-by: Leah Rowe --- include/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git.sh b/include/git.sh index dbdf30d..0dcd968 100755 --- a/include/git.sh +++ b/include/git.sh @@ -64,7 +64,7 @@ fetch_project_repo() rm -Rf "$tmpgit" || $err "fetch_repo: !rm -Rf $tmpgit" for x in config/git/*; do - [ -f "$x" ] && nukeblobs "${x##*/}" "src/${x##*/}"; continue + [ -f "$x" ] && nukeblobs "${x##*/}" "src/${x##*/}"; continue done }