Noting the changed behavior of `nvm ls vx.y.` to return something useful.

master
Jordan Harband 2014-09-16 09:03:31 -07:00
parent c992b1766c
commit 35466187f2
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ mkdir ../../../v0.1.2
nvm ls v0.1 | grep v0.1.2 &&
nvm ls v0.1.2 | grep v0.1.2 &&
nvm ls v0.1. | grep N/A &&
nvm ls v0.1. | grep v0.1.2 &&
nvm ls v0.1.1 | grep N/A