mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 03:29:48 +01:00
populate git: remove trailing spaces
This commit is contained in:
parent
824aa36b2a
commit
89e5e67659
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ let
|
||||||
${if source.shallow then /* sh */ ''
|
${if source.shallow then /* sh */ ''
|
||||||
git init ${quote target.path}
|
git init ${quote target.path}
|
||||||
'' else /* sh */ ''
|
'' else /* sh */ ''
|
||||||
git clone --recurse-submodules ${quote source.url} ${quote target.path}
|
git clone --recurse-submodules ${quote source.url} ${quote target.path}
|
||||||
''}
|
''}
|
||||||
fi
|
fi
|
||||||
cd ${quote target.path}
|
cd ${quote target.path}
|
||||||
|
|
Loading…
Reference in a new issue