andrewkroh / gvm

Go Version Manager (written in Go for cross-platform usability)
Apache License 2.0
195 stars 24 forks source link

Corrected Windows Batch command #5

Closed KeeTraxx closed 6 years ago

KeeTraxx commented 7 years ago

The current windows batch command in README.md is wrong and results in the following error:

C:\FOR /f "tokens=*" %i IN ('"gvm.exe" gvm 1.9') DO %i
gvm: error: unexpected 1.9

Removed the extra gvm in the commit.

andrewkroh commented 6 years ago

Thanks for the fix! Sorry I didn't see this for so long. Somehow I had unwatched my own repo.