2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-23 23:28:32 +00:00

8 lines
282 B
Plaintext
Raw Normal View History

2024-10-22 19:47:44 +02:00
Bugfix: Return error if `tag` fails to lock repository
2024-10-22 19:47:44 +02:00
Since restic 0.17.0, the `tag` command did not return an error when it failed
to open or lock the repository. This issue has been fixed.
https://github.com/restic/restic/issues/5050
https://github.com/restic/restic/pull/5056