2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-29 16:23:59 +00:00
restic/changelog/0.17.1_2024-09-05/pull-4959

7 lines
201 B
Plaintext
Raw Normal View History

2024-08-30 12:58:32 +00:00
Enhancement: Return exit code 12 for "bad password" errors
2024-08-30 12:58:32 +00:00
Restic now returns exit code 12 when it cannot open the repository due to an
incorrect password.
https://github.com/restic/restic/pull/4959