Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rdelcorro committed Jan 24, 2023
1 parent b6fae70 commit b4cb70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zfs_uploader/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def cli(ctx, config_path, log_path):
@cli.command()
@click.pass_context
def backup(ctx):
""" Start backup job scheduler or runs the tasks serially if
cron is not provided in the config file
""" Start backup job scheduler or run the tasks serially if
cron is not provided in the config file.
"""
config_path = ctx.obj['config_path']
logger = ctx.obj['logger']
Expand Down

0 comments on commit b4cb70f

Please sign in to comment.