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
If a Windows user has a space character in the username,
1. `userprofile` breaks into 2 variables and must be saved with `" "`.
2. `call :copy_config` is supplied with an argument but if there is a space in the argument value, it breaks into 2 arguments.
3. command `xcopy /s configs C:\Users\John Doe` is also supplied with 2 arguments because of the space character.
0 commit comments