From d08d8607f5bc3aed6705a1244b4f39fee61ca71c Mon Sep 17 00:00:00 2001 From: SrHuevo Date: Wed, 30 May 2018 09:02:29 +0200 Subject: [PATCH] fix for .nvmrc script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9ffe0f..96e0782 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,7 @@ load-nvmrc() { if [ "$nvmrc_node_version" = "N/A" ]; then nvm install - elif [ "$nvmrc_node_version" = "$node_version" ]; then + elif [ "$nvmrc_node_version" != "$node_version" ]; then nvm use fi elif [ "$node_version" != "$(nvm version default)" ]; then