1
0
mirror of https://cgit.krebsco.de/krops/ synced 2025-08-24 02:56:20 +00:00

populate git: remove trailing spaces

This commit is contained in:
tv 2022-02-12 10:07:17 +01:00
parent 824aa36b2a
commit 89e5e67659

View File

@ -72,7 +72,7 @@ let
${if source.shallow then /* sh */ ''
git init ${quote target.path}
'' else /* sh */ ''
git clone --recurse-submodules ${quote source.url} ${quote target.path}
git clone --recurse-submodules ${quote source.url} ${quote target.path}
''}
fi
cd ${quote target.path}