mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-22 13:35:43 +08:00
CLI: fix typo
This commit is contained in:
parent
3de7872845
commit
dd69d7d8c2
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ def create_scheduled_task_unix(
|
|||
except OSError as exc:
|
||||
logger.error("Could not write to file {}: {}".format(cron_file, exc))
|
||||
return False
|
||||
logger.info("Task created successfully as {cron_file}")
|
||||
logger.info(f"Task created successfully as {cron_file}")
|
||||
return True
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue