summaryrefslogtreecommitdiff
path: root/completions/resolvconf
diff options
context:
space:
mode:
Diffstat (limited to 'completions/resolvconf')
-rw-r--r--completions/resolvconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/resolvconf b/completions/resolvconf
index 1902e7d1..b4659612 100644
--- a/completions/resolvconf
+++ b/completions/resolvconf
@@ -13,7 +13,7 @@ _resolvconf()
esac
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '-a -d -u' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '-a -d -u' -- "$cur") )
fi
} &&
complete -F _resolvconf resolvconf