mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 12:57:53 +00:00
8 lines
299 B
Plaintext
8 lines
299 B
Plaintext
Bugfix: Make `ls` return exit code 1 if snapshot cannot be loaded
|
|
|
|
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
|