2
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-09-04 16:11:04 +02:00
restic/changelog/0.12.1_2021-08-03/pull-3305
2021-08-03 11:45:19 +02:00

7 lines
262 B
Text

Bugfix: Fix possibly missing backup summary of JSON output in case of error
When using `--json` output it happened from time to time that the summary
output was missing in case an error occurred. This has been fixed.
https://github.com/restic/restic/pull/3305