Fix typo in nodenv install
This commit is contained in:
parent
3e2fd945fe
commit
0f960520f8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -41,6 +41,6 @@ nodenv-base:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
nodenv-build:
|
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 ; \
|
git clone https://github.com/nodenv/node-build.git ~/.nodenv/plugins/node-build ; \
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue