2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-28 14:39:01 +00:00
restic/changelog/unreleased/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