2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-08 12:00:49 +00:00
restic/changelog/0.15.0_2023-01-12/pull-3951

8 lines
299 B
Plaintext
Raw Permalink Normal View History

2023-01-08 14:34:30 +00:00
Bugfix: Make `ls` return exit code 1 if snapshot cannot be loaded
2023-01-08 14:34:30 +00:00
The `ls` command used to show a warning and return exit code 0 when failing
to load a snapshot. This has now been fixed such that it instead returns exit
code 1 (still showing a warning).
https://github.com/restic/restic/pull/3951