summaryrefslogtreecommitdiff
path: root/completions/check_db
diff options
context:
space:
mode:
Diffstat (limited to 'completions/check_db')
-rw-r--r--completions/check_db2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/check_db b/completions/check_db
index 6f666173..ade03a5a 100644
--- a/completions/check_db
+++ b/completions/check_db
@@ -6,7 +6,7 @@ _check_db()
_init_completion || return
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--all --verbose --help' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '--all --verbose --help' -- "$cur") )
else
_xfunc list_lists _mailman_lists
fi