diff options
| author | tv <tv@krebsco.de> | 2022-02-12 10:07:17 +0100 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2022-02-12 10:07:17 +0100 | 
| commit | 89e5e67659bbbf0da53cc2cc5dea644b9a2301f6 (patch) | |
| tree | a204beb280c9fb0c2093da0a11db3aa66a44470e /pkgs | |
| parent | 824aa36b2aad310c35ae800ceb15c1199046f71b (diff) | |
populate git: remove trailing spaces1.26.3
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/populate/default.nix | 2 | 
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}  | 
