diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-11-25 02:16:34 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-11-25 02:16:34 +0300 |
commit | f24569893f6a2bef290c9bb097de338292b54b50 (patch) | |
tree | bdd980e8d2086f332bd8d88c9fa149604ebd2c5e /modules/apps/jenkins | |
parent | acc13309bbd7ba43106f06e52e98752773281e33 (diff) | |
download | nixsap-f24569893f6a2bef290c9bb097de338292b54b50.tar.gz |
Remove space
Diffstat (limited to 'modules/apps/jenkins')
-rw-r--r-- | modules/apps/jenkins/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" ( |