Fix typo in overnight luigi cron script
This commit is contained in:
parent
6bf697da1d
commit
a2f5542ed8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue