mirror of
https://github.com/nvm-sh/nvm.git
synced 2026-02-02 01:08:00 +08:00
[readme] fix typo
This commit is contained in:
committed by
Jordan Harband
parent
81f13638d7
commit
4d364c2e7b
@@ -31,7 +31,7 @@ check_version() {
|
||||
mkdir -p "$NODE_PATH/$VERSION/bin" && cd "$NODE_PATH/$VERSION/bin" && touch "$NODE_PATH/$VERSION/bin/$BINARY"
|
||||
! nvm_is_version_installed "$VERSION" || die "nvm_is_version_installed $VERSION should fail with non executable existing version"
|
||||
|
||||
# nvm_is_version_installed whould work
|
||||
# nvm_is_version_installed would work
|
||||
chmod +x "$NODE_PATH/$VERSION/bin/$BINARY"
|
||||
nvm_is_version_installed "$VERSION" || die "nvm_is_version_installed $VERSION should work"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user