From 26b07fbdffbfca96e90125f848521d22a10104f6 Mon Sep 17 00:00:00 2001 From: Scott Bronson Date: Wed, 5 Oct 2011 12:47:57 -0700 Subject: [PATCH] remove references to stable and latest --- nvm.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nvm.sh b/nvm.sh index 0f053965fa..e9aa070a49 100755 --- a/nvm.sh +++ b/nvm.sh @@ -206,9 +206,7 @@ nvm() return fi nvm_version all - for P in {stable,latest,current}; do - echo -ne "$P: \t"; nvm_version $P - done + echo -ne "current: \t"; nvm_version current nvm alias ;; "alias" )