mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2026-01-15 07:04:31 +08:00
@@ -53,7 +53,7 @@ func main() {
|
||||
|
||||
// Capture any additional arguments
|
||||
if len(args) > 2 {
|
||||
detail = strings.ToLower(args[2])
|
||||
detail = args[2]
|
||||
}
|
||||
if len(args) > 3 {
|
||||
procarch = args[3]
|
||||
|
||||
Reference in New Issue
Block a user