From 902ff5304098cc5c39eb723aad6e42d6da4d7754 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Mon, 18 Mar 2024 16:05:11 +1000 Subject: [PATCH] fix: Disable send-review-reminders from bin/daily (#7221) * fix: Disable send-review-reminders from bin/daily * fix: Fix typo Co-authored-by: Robert Sparks --------- Co-authored-by: Robert Sparks --- bin/daily | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/daily b/bin/daily index bd33ca2e0..8211e1e23 100755 --- a/bin/daily +++ b/bin/daily @@ -47,8 +47,5 @@ $DTDIR/ietf/manage.py run_yang_model_checks -v0 # Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner: $DTDIR/ietf/bin/expire-last-calls -# Send reminders originating from the review app -$DTDIR/ietf/bin/send-review-reminders - # Purge older PersonApiKeyEvents $DTDIR/ietf/manage.py purge_old_personal_api_key_events 14