mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-15 19:06:38 +00:00
Fix tyop
This commit is contained in:
parent
8bb522f1f7
commit
491c560c3e
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ def main():
|
|||
archiver = Archiver()
|
||||
exit_code = archiver.run()
|
||||
if exit_code:
|
||||
archiver.print_error('Exiting with failure statue due to previous errors')
|
||||
archiver.print_error('Exiting with failure status due to previous errors')
|
||||
sys.exit(exit_code)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in a new issue