2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 00:20:48 +00:00
restic/changelog/0.12.1_2021-08-03/issue-3296

8 lines
281 B
Plaintext
Raw Normal View History

Bugfix: Fix crash of `check --read-data-subset=x%` run for an empty repository
2021-08-02 08:12:55 +00:00
The command `restic check --read-data-subset=x%` crashed when run for an empty
repository. This has been fixed.
https://github.com/restic/restic/issues/3296
https://github.com/restic/restic/pull/3309