restic/changelog/0.16.1_2023-10-24/issue-4516

9 lines
315 B
Plaintext
Raw Permalink Normal View History

Bugfix: Do not try to load password on command line autocomplete
The command line autocompletion previously tried to load the repository
password. This could cause the autocompletion not to work. Now, this step gets
skipped.
https://github.com/restic/restic/issues/4516
https://github.com/restic/restic/pull/4526