aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-02-12 10:07:17 +0100
committertv <tv@krebsco.de>2022-02-12 10:07:17 +0100
commit89e5e67659bbbf0da53cc2cc5dea644b9a2301f6 (patch)
treea204beb280c9fb0c2093da0a11db3aa66a44470e
parent824aa36b2aad310c35ae800ceb15c1199046f71b (diff)
populate git: remove trailing spaces1.26.3
-rw-r--r--pkgs/populate/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/populate/default.nix b/pkgs/populate/default.nix
index 2474464..7edb66b 100644
--- a/pkgs/populate/default.nix
+++ b/pkgs/populate/default.nix
@@ -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}