mirror of
https://github.com/bspeice/metrik
synced 2025-07-03 06:45:07 -04:00
Make sure there's a newline for the cron jobs
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
__version__ = '0.2.2'
|
||||
__version__ = '0.2.3'
|
||||
__release__ = __version__
|
@ -29,7 +29,7 @@ def build_cron_file():
|
||||
cron_string + ' ' + EXEC + ' ' + FLOW_FLAG + ' ' + flow_name
|
||||
)
|
||||
|
||||
return '\n'.join(cron_strings)
|
||||
return '\n'.join(cron_strings) + '\n'
|
||||
|
||||
|
||||
def list_flows():
|
||||
|
Reference in New Issue
Block a user