From 89e5e67659bbbf0da53cc2cc5dea644b9a2301f6 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 12 Feb 2022 10:07:17 +0100 Subject: populate git: remove trailing spaces --- pkgs/populate/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3