aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/apps/jenkins/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apps/jenkins/default.nix b/modules/apps/jenkins/default.nix
index 1af93f2..4fbaf1b 100644
--- a/modules/apps/jenkins/default.nix
+++ b/modules/apps/jenkins/default.nix
@@ -49,7 +49,7 @@ let
cd '${cfg.home}'
- find -maxdepth 1 \( \
+ find . -maxdepth 1 \( \
-iname '*.xml' \
-o -iname '*.bak' \
-o -iname '*.log' \