mirror of
https://github.com/restic/restic.git
synced 2026-02-17 01:28:28 -05:00
6 lines
201 B
Text
6 lines
201 B
Text
Enhancement: Return exit code 12 for "bad password" errors
|
|
|
|
Restic now returns exit code 12 when it cannot open the repository due to an
|
|
incorrect password.
|
|
|
|
https://github.com/restic/restic/pull/4959
|