Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue #932 #965

Merged

Conversation

nineninesevenfour
Copy link
Contributor

@nineninesevenfour nineninesevenfour commented Apr 15, 2023

fixes #932

Since exec.Command(...) has problems when the command is on a path with spaces, I replaced filepath.Join(env.root, "elevate.cmd") by setting the Dir parameter in type Cmd instead.

Signed-off-by: Harald Fassler <harald.fassler+9974@gmail.com>
@coreybutler
Copy link
Owner

Great idea. I'll test/merge as soon as I get a chance. Thank you!

@github-actions github-actions bot added the Stale Stale label May 16, 2023
Repository owner deleted a comment from github-actions bot May 16, 2023
@coreybutler coreybutler removed the Stale Stale label May 16, 2023
@github-actions
Copy link

This PR is stale because it has been open 45 days with no activity.

@github-actions github-actions bot added the Stale Stale label Jun 16, 2023
@coreybutler coreybutler merged commit 9c37af6 into coreybutler:master Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spaces in installation path are properly handled by nvm install, but not by nvm use
2 participants