windows build fix

This commit is contained in:
Joey Hess 2020-01-01 13:12:33 -04:00
parent 999a6f0541
commit f0b53d8465
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -117,5 +117,5 @@ parseRemoteLocation s repo = ret $ calcloc s
-- git on Windows will write a path to .git/config with "drive:",
-- which is not to be confused with a "host:"
dosstyle = hasDrive
dospath = fromInternalGitPath
dospath = fromRawFilePath . fromInternalGitPath
#endif