Skip to content

Commit

Permalink
Update nvm.go
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler authored Dec 27, 2019
1 parent 6b8eea5 commit 88353cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvm.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 88353cf

Please sign in to comment.