Fix command line args in scripts, per typer

This commit is contained in:
Lance Edgar 2024-05-29 06:30:22 -05:00
parent 8f8013aee0
commit 88acb15c1c
2 changed files with 2 additions and 4 deletions

View file

@ -4,8 +4,7 @@ cd ${envroot}
export RATTAIL_CONFIG_FILES=${overnight_conf} export RATTAIL_CONFIG_FILES=${overnight_conf}
bin/rattail overnight -k ${automation.lower()} <%text>\</%text> bin/rattail --no-versioning overnight -k ${automation.lower()} <%text>\</%text>
--no-versioning <%text>\</%text>
% if email_key is not Undefined and email_key: % if email_key is not Undefined and email_key:
--email-key '${email_key}' <%text>\</%text> --email-key '${email_key}' <%text>\</%text>
% endif % endif

View file

@ -4,8 +4,7 @@ cd ${envroot}
export RATTAIL_CONFIG_FILES=${overnight_conf} export RATTAIL_CONFIG_FILES=${overnight_conf}
bin/rattail overnight -k ${automation.lower()} <%text>\</%text> bin/rattail --no-versioning overnight -k ${automation.lower()} <%text>\</%text>
--no-versioning <%text>\</%text>
% if email_key is not Undefined and email_key: % if email_key is not Undefined and email_key:
--email-key '${email_key}' <%text>\</%text> --email-key '${email_key}' <%text>\</%text>
% endif % endif