mirror of
https://github.com/restic/restic.git
synced 2026-06-21 16:14:18 +00:00
9 lines
325 B
Plaintext
9 lines
325 B
Plaintext
Bugfix: Hide progress bar for stats command in JSON mode
|
|
|
|
Since restic 0.19.0, the stats command shows a progress bar. However,
|
|
it was also active when given the `--json` option resulting in text
|
|
mixed with JSON. This has been fixed.
|
|
|
|
https://github.com/restic/restic/issues/21866
|
|
https://github.com/restic/restic/pull/21871
|