From 88353cfcea140e02e2b13584fd89454adc9f52b3 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Fri, 27 Dec 2019 09:04:15 -0600 Subject: [PATCH] Update nvm.go --- src/nvm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvm.go b/src/nvm.go index 086533b..51392ed 100644 --- a/src/nvm.go +++ b/src/nvm.go @@ -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() -- GitLab