File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1040,7 +1040,7 @@ To change the user directory and/or account name follow the instructions [here](
10401040[Urchin]: https://git.sdf.org/tlevine/urchin
10411041[Fish]: https://fishshell.com
10421042
1043- ** Homebrew makes zsh directories unsecure **
1043+ ** Homebrew makes zsh directories insecure **
10441044
10451045` ` ` shell
10461046zsh compinit: insecure directories, run compaudit for list.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ check_version() {
3131 mkdir -p " $NODE_PATH /$VERSION /bin" && cd " $NODE_PATH /$VERSION /bin" && touch " $NODE_PATH /$VERSION /bin/$BINARY "
3232 ! nvm_is_version_installed " $VERSION " || die " nvm_is_version_installed $VERSION should fail with non executable existing version"
3333
34- # nvm_is_version_installed whould work
34+ # nvm_is_version_installed would work
3535 chmod +x " $NODE_PATH /$VERSION /bin/$BINARY "
3636 nvm_is_version_installed " $VERSION " || die " nvm_is_version_installed $VERSION should work"
3737}
You can’t perform that action at this time.
0 commit comments