Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Faer <[email protected]>
  • Loading branch information
JeffFaer committed Dec 5, 2024
1 parent 718f1d8 commit df206d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bash_completionsV2.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ __%[1]s_handle_standard_completion_case() {
# they have the right prefix, so we also need to quote cur.
local compgen_cur="$(printf "%%q" "${cur}")"
IFS=$'\n' read -ra COMPREPLY -d '' < <(IFS=$'\n'; compgen -W "${compgen_words}" -- "${compgen_cur}")
return 0
fi
Expand Down

0 comments on commit df206d9

Please sign in to comment.