diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/App/BorgRestore.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm index 0c61312..d5901c1 100644 --- a/lib/App/BorgRestore.pm +++ b/lib/App/BorgRestore.pm @@ -158,6 +158,7 @@ sub find_archives { if (!@ret) { $log->warningf("Path '%s' not found in any archive.\n", $path); + croak "Failed to find archives for path"; } @ret = sort { $a->{modification_time} <=> $b->{modification_time} } @ret; |