summaryrefslogtreecommitdiffstats
path: root/src/cleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cleanup.c')
-rw-r--r--src/cleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cleanup.c b/src/cleanup.c
index 447697d..f362240 100644
--- a/src/cleanup.c
+++ b/src/cleanup.c
@@ -40,7 +40,7 @@ int cleanup(const char *root) {
snprintf(p, sizeof(p), "%s/.syrep/" SYREP_TRASHDIR, root);
- if (rm_rf(p, 0) < 0)
+ if (rm_rf(p, 1) < 0)
return -1;
if (args.verbose_flag)