Update nvm.go

This commit is contained in:
Corey Butler
2019-12-27 09:04:15 -06:00
committed by GitHub
parent 6b8eea5158
commit 88353cfcea

View File

@@ -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()