summaryrefslogtreecommitdiff
path: root/completions/route
diff options
context:
space:
mode:
Diffstat (limited to 'completions/route')
-rw-r--r--completions/route2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/route b/completions/route
index 128ebc16..a7c06d6d 100644
--- a/completions/route
+++ b/completions/route
@@ -23,7 +23,7 @@ _route()
$found || COMPREPLY[${#COMPREPLY[@]}]="$opt"
done
- COMPREPLY=( $( compgen -W '"${COMPREPLY[@]}"' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '"${COMPREPLY[@]}"' -- "$cur") )
} &&
complete -F _route route