We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c57507 commit 7ce3896Copy full SHA for 7ce3896
src/installer/binary.d/node.sh
@@ -21,5 +21,5 @@ fi
21
22
_completions_dir="${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/completions"
23
mkdir --parent "${_completions_dir}"
24
-"${_install_dir}/node" node --completion-bash > "${_completions_dir}/node"
+"${_install_dir}/node" --completion-bash > "${_completions_dir}/node"
25
"${_install_dir}/npm" completion bash > "${_completions_dir}/npm"
0 commit comments