2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-19 17:22:22 +00:00
restic/changelog/0.14.0_2022-08-25/pull-3716

8 lines
268 B
Plaintext
Raw Normal View History

2022-08-23 23:21:01 +00:00
Bugfix: Print "wrong password" to stderr instead of stdout
2022-08-23 23:21:01 +00:00
If an invalid password was entered, the error message was printed on stdout and
not on stderr as intended. This has now been fixed.
https://github.com/restic/restic/pull/3716
2022-08-23 23:21:01 +00:00
https://forum.restic.net/t/4965