andrewkroh / gvm

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

doc: Typo in the batch command #23

Closed kuisathaverat closed 4 years ago

kuisathaverat commented 4 years ago

there is a % missed

kuisathaverat commented 4 years ago

in a batch file, you have to use a double percent sign (%%) to yield a single percent sign (%). Enclosing the percent sign in quotation marks or preceding it with caret does not work.

https://en.wikibooks.org/wiki/Windows_Batch_Scripting#Quoting_and_escaping