From 0f960520f87103c3d580f8152dea687e7f0bd735 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 11 Jan 2022 19:55:31 -0500 Subject: [PATCH] Fix typo in nodenv install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acc2391..8289d0e 100644 --- a/Makefile +++ b/Makefile @@ -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