Browse Source

Remove extra argument (#721).

Dan Helfman 1 year ago
parent
commit
003d4eac93
1 changed files with 0 additions and 1 deletions
  1. 0 1
      borgmatic/actions/restore.py

+ 0 - 1
borgmatic/actions/restore.py

@@ -112,7 +112,6 @@ def restore_single_database(
         {hook_name: [database]},
         repository['path'],
         borgmatic.hooks.dump.DATABASE_HOOK_NAMES,
-        config,
         global_arguments.dry_run,
         extract_process,
         connection_params,