2022-08-23 23:21:01 +00:00
|
|
|
Bugfix: Print "wrong password" to stderr instead of stdout
|
2022-04-20 18:03:21 +00:00
|
|
|
|
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.
|
2022-04-20 18:03:21 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/3716
|
2022-08-23 23:21:01 +00:00
|
|
|
https://forum.restic.net/t/4965
|