2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-05 04:47:51 +00:00
restic/changelog/unreleased/issue-2739

6 lines
152 B
Plaintext
Raw Normal View History

2020-11-26 07:04:46 +00:00
Bugfix: Make cat command respect --no-lock
Restic cat would not respect the --no-lock flag, it now does.
https://github.com/restic/restic/issues/2739