diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/App/BorgRestore.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm index a0537cd..c300a0b 100644 --- a/lib/App/BorgRestore.pm +++ b/lib/App/BorgRestore.pm @@ -188,7 +188,7 @@ sub select_archive_timespec { } } - return; + die "Failed to find archive matching time specification\n"; } sub format_timestamp { |