Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in install script instructions #3528

Open
bkline opened this issue Feb 11, 2025 · 1 comment
Open

Typo in install script instructions #3528

bkline opened this issue Feb 11, 2025 · 1 comment

Comments

@bkline
Copy link

bkline commented Feb 11, 2025

The installation script has a typo on line 461 of the latest version (0.40.1)

  if ${BASH_OR_ZSH} && [ -z "${NVM_PROFILE-}" ] ; then
    nvm_echo "=> Please also append the following lines to the if you are using bash/zsh shell:"
    command printf "${COMPLETION_STR}"
  fi

There is a word missing between "... append the following lines to the" and "if you are using ...."

@ljharb
Copy link
Member

ljharb commented Feb 11, 2025

That’s been there for 9 years since #753 and nobody’s noticed :-p thanks, I’ll update it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants