windows build fix
This commit is contained in:
parent
999a6f0541
commit
f0b53d8465
1 changed files with 1 additions and 1 deletions
|
@ -117,5 +117,5 @@ parseRemoteLocation s repo = ret $ calcloc s
|
||||||
-- git on Windows will write a path to .git/config with "drive:",
|
-- git on Windows will write a path to .git/config with "drive:",
|
||||||
-- which is not to be confused with a "host:"
|
-- which is not to be confused with a "host:"
|
||||||
dosstyle = hasDrive
|
dosstyle = hasDrive
|
||||||
dospath = fromInternalGitPath
|
dospath = fromRawFilePath . fromInternalGitPath
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue