From f24569893f6a2bef290c9bb097de338292b54b50 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 25 Nov 2017 02:16:34 +0300 Subject: Remove space --- modules/apps/jenkins/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/apps') diff --git a/modules/apps/jenkins/default.nix b/modules/apps/jenkins/default.nix index d6b8b00..63dbe00 100644 --- a/modules/apps/jenkins/default.nix +++ b/modules/apps/jenkins/default.nix @@ -75,7 +75,7 @@ let if [ -d jobs ]; then find jobs -maxdepth 1 -mindepth 1 -type d \ ${concatMapStringsSep " " (k: "-not -name '${escape [ "[" ] k}'") (attrNames cfg.jobs)} \ - -print0 | xargs -0 --verbose --no-run-if-empty rm -rf + -print0 | xargs -0 --verbose --no-run-if-empty rm -rf fi ${concatStringsSep "\n" ( -- cgit v1.2.3