mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2026-01-14 07:03:17 +08:00
Update nvm.go
This commit is contained in:
@@ -661,7 +661,7 @@ func updateRootDir(path string) {
|
||||
|
||||
// Copy command files
|
||||
os.Link(filepath.Clean(currentRoot + "/elevate.cmd"), filepath.Clean(env.root + "/elevate.cmd"))
|
||||
os.Link(filepath.Clean(currentRoot + "/elevate.cmd"), filepath.Clean(env.root + "/elevate.vbs"))
|
||||
os.Link(filepath.Clean(currentRoot + "/elevate.vbs"), filepath.Clean(env.root + "/elevate.vbs"))
|
||||
|
||||
saveSettings()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user