2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 08:30:49 +00:00

add changelog for ls handling of missing snapshots

This commit is contained in:
Michael Eischer 2022-10-03 15:24:24 +02:00
parent 246d3032ae
commit de9bc031df

View 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