Fix typo in nodenv install

This commit is contained in:
Andrew Tomaka 2022-01-11 19:55:31 -05:00
parent 3e2fd945fe
commit 0f960520f8
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -41,6 +41,6 @@ nodenv-base:
fi
nodenv-build:
if test ! -d ~/.nodenv ; then \
if test ! -d ~/.nodenv/plugins/node-build ; then \
git clone https://github.com/nodenv/node-build.git ~/.nodenv/plugins/node-build ; \
fi