Skip to content

Commit 645cc41

Browse files
committed
update-rc.d: indentation fix
1 parent 845be11 commit 645cc41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

completions/update-rc.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ _update_rc_d()
1717
options=( -f -n )
1818

1919
if [[ $cword -eq 1 || "$prev" == -* ]]; then
20-
COMPREPLY=( $(compgen -W '${options[@]} ${services[@]}' \
21-
-X '$(tr " " "|" <<<${words[@]})' -- "$cur") )
20+
COMPREPLY=( $(compgen -W '${options[@]} ${services[@]}' \
21+
-X '$(tr " " "|" <<<${words[@]})' -- "$cur") )
2222
elif [[ "$prev" == ?($(tr " " "|" <<<"${services[*]}")) ]]; then
2323
COMPREPLY=( $(compgen -W 'remove defaults start stop' -- "$cur") )
2424
elif [[ "$prev" == defaults && "$cur" == [0-9] ]]; then

0 commit comments

Comments
 (0)