mirror of
https://github.com/octoleo/restic.git
synced 2024-11-10 23:31:09 +00:00
8 lines
262 B
Plaintext
8 lines
262 B
Plaintext
|
Bugfix: Fix crash of `check --read-data-subset=x%` run for an empty repository
|
||
|
|
||
|
`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
|