git.sh: remove errant whitespace

Signed-off-by: Leah Rowe <info@minifree.org>
audit2-merge1
Leah Rowe 2024-05-26 08:24:33 +01:00
parent cbb2f4f8a9
commit dc487df12f
1 changed files with 1 additions and 1 deletions

View File

@ -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
}