diff options
-rwxr-xr-x | script/borg-restore.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/borg-restore.pl b/script/borg-restore.pl index a848362..32eba63 100755 --- a/script/borg-restore.pl +++ b/script/borg-restore.pl @@ -213,7 +213,7 @@ sub main { Log::Any::Adapter->set('Stderr', log_level => "debug"); } - $app = App::BorgRestore->new(\%opts); + $app = App::BorgRestore->new(); if ($opts{"update-cache"}) { $app->update_cache(); |