You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let powershell_args = &["-Command","'echo $profile'"];
The second is in the path itself, the backslashes needs to be escaped and there's also two hidden characters at the end of path. I used pop twice here and that fixes the string.
The text was updated successfully, but these errors were encountered:
I have issues setting up powershell on windows. The first issue seems to be in the string below. Removing the single quotes fixes this.
hygeia/src/commands/setup/powershell.rs
Line 37 in 712c5f2
The second is in the path itself, the backslashes needs to be escaped and there's also two hidden characters at the end of path. I used pop twice here and that fixes the string.
The text was updated successfully, but these errors were encountered: