mirror of
https://github.com/octoleo/restic.git
synced 2024-11-12 00:06:35 +00:00
7 lines
259 B
Plaintext
7 lines
259 B
Plaintext
Bugfix: `ls` returns exit code 1 if snapshot cannot be loaded
|
|
|
|
If the `ls` command failed to load a snapshot, it only printed a warning and
|
|
returned exit code 0. This has been changed to return exit code 1 instead.
|
|
|
|
https://github.com/restic/restic/pull/3951
|