forked from TrueCloudLab/restic
add changelog for ls handling of missing snapshots
This commit is contained in:
parent
246d3032ae
commit
de9bc031df
1 changed files with 6 additions and 0 deletions
6
changelog/unreleased/pull-3951
Normal file
6
changelog/unreleased/pull-3951
Normal file
|
@ -0,0 +1,6 @@
|
|||
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
|
Loading…
Reference in a new issue