Fix typo in overnight luigi cron script

This commit is contained in:
Lance Edgar 2022-01-29 17:28:46 -06:00
parent 6bf697da1d
commit a2f5542ed8

View file

@ -18,4 +18,4 @@ cd ${envroot}
RATTAIL="bin/rattail --config=app/cron.conf $PROGRESS"
$RATTAIL run-n-mail --no-versioning --skip-if-empty --subject 'Overnight automation: ${automation}' ${envroot}/app/overnight_${automation.lower()}.sh
$RATTAIL run-n-mail --no-versioning --skip-if-empty --subject 'Overnight automation: ${automation}' ${envroot}/app/overnight-${automation.lower()}.sh