From 5bed9655ea2e75873846d562c4c8aefd00572a9a Mon Sep 17 00:00:00 2001 From: Spitap Date: Mon, 19 Sep 2022 15:53:19 +0200 Subject: [PATCH] fixed typo --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 19b9bd4..41866c5 100755 --- a/run.py +++ b/run.py @@ -148,7 +148,7 @@ def main(input_args): elif args.backup or args.silent_backup: backup_disclaimer() scripts.backup(config, args.silent_backup, - args.backup_path, args.no_mail) + args.backup_path, args.no_mail_backup) return elif args.restore: restore_disclaimer()