summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcron-jobs/integrity-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/integrity-check b/cron-jobs/integrity-check
index c2546de..0b2b9c7 100755
--- a/cron-jobs/integrity-check
+++ b/cron-jobs/integrity-check
@@ -11,5 +11,5 @@ for arch in i686 x86_64; do
$basedir/check_archlinux/check_packages.py \
--repos="$1" \
--abs-tree="/srv/abs/rsync/$arch,/srv/abs/rsync/any" --arch="$arch" |\
- $basedir/devlist-mailer "Integrity Check $arch: $1" "$3"
+ $basedir/devlist-mailer "Integrity Check $arch: $1" "$2"
done