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
{{ message }}
This repository was archived by the owner on May 16, 2021. It is now read-only.
Right now, the bash string manipulation for Windows in folderfix.sh is pretty primitive. It works, but it sucks. Could do with a nicer one, if someone's feeling up to it.
The assumption is that the Windows user is using Git Bash, which outputs the working directory as /c/something/something, rather than c:/something/something and Vagrant only understands the latter, hence the changes. Keep this in mind while rewriting the rewriter.
Right now, the bash string manipulation for Windows in
folderfix.shis pretty primitive. It works, but it sucks. Could do with a nicer one, if someone's feeling up to it.The assumption is that the Windows user is using Git Bash, which outputs the working directory as
/c/something/something, rather thanc:/something/somethingand Vagrant only understands the latter, hence the changes. Keep this in mind while rewriting the rewriter.