summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xclean-cache2
1 files changed, 1 insertions, 1 deletions
diff --git a/clean-cache b/clean-cache
index d580d4c..412da37 100755
--- a/clean-cache
+++ b/clean-cache
@@ -34,6 +34,6 @@ find "${mirror_dir}" -type f -printf '%h\n' \
| sha256sum -c --quiet; then
continue
fi
- rm "${file}"
+ rm "${repo_dir}/${file}"
done
done