From ca6d4327ecca0957dd0d89e8c24091ba8954ced1 Mon Sep 17 00:00:00 2001 From: Paul Lettich Date: Fri, 4 Jul 2025 15:58:27 +0200 Subject: [PATCH] Fix shell completion in README.md Remove double underscore from `_REUSE_COMPLETE` variable. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cdd8c55..4f463671 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ with `zsh` or `fish` as needed, or any other shells supported by the Python (e.g.`~/.bashrc`): ```bash -eval "$(_REUSE__COMPLETE=bash_source reuse)" +eval "$(_REUSE_COMPLETE=bash_source reuse)" ``` Alternatively, you can place the generated completion script in