Fix command line args in scripts, per typer
This commit is contained in:
parent
8f8013aee0
commit
88acb15c1c
|
@ -4,8 +4,7 @@ cd ${envroot}
|
|||
|
||||
export RATTAIL_CONFIG_FILES=${overnight_conf}
|
||||
|
||||
bin/rattail overnight -k ${automation.lower()} <%text>\</%text>
|
||||
--no-versioning <%text>\</%text>
|
||||
bin/rattail --no-versioning overnight -k ${automation.lower()} <%text>\</%text>
|
||||
% if email_key is not Undefined and email_key:
|
||||
--email-key '${email_key}' <%text>\</%text>
|
||||
% endif
|
||||
|
|
|
@ -4,8 +4,7 @@ cd ${envroot}
|
|||
|
||||
export RATTAIL_CONFIG_FILES=${overnight_conf}
|
||||
|
||||
bin/rattail overnight -k ${automation.lower()} <%text>\</%text>
|
||||
--no-versioning <%text>\</%text>
|
||||
bin/rattail --no-versioning overnight -k ${automation.lower()} <%text>\</%text>
|
||||
% if email_key is not Undefined and email_key:
|
||||
--email-key '${email_key}' <%text>\</%text>
|
||||
% endif
|
||||
|
|
Loading…
Reference in a new issue