From fe7d484e27e167eda3143fec05c26286fda61eef Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 21 Jul 2017 12:55:27 +0000 Subject: [PATCH] Added the necessary switch argument for the registration importer's --latest switch. - Legacy-Id: 13960 --- bin/daily | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/daily b/bin/daily index 3764e4a94..a00489122 100755 --- a/bin/daily +++ b/bin/daily @@ -42,4 +42,5 @@ $DTDIR/ietf/bin/expire-last-calls $DTDIR/ietf/bin/rfc-editor-index-updates -d 1969-01-01 # Fetch meeting attendance data from ietf.org/registration/attendees -$DTDIR/ietf/manage.py fetch_meeting_attendance --latest +$DTDIR/ietf/manage.py fetch_meeting_attendance --latest 2 +