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