windows build fix
authorJoey Hess <joeyh@joeyh.name>
Wed, 1 Jan 2020 17:12:33 +0000 (13:12 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 1 Jan 2020 17:12:33 +0000 (13:12 -0400)
Git/Remote.hs

index 5ff88a84fd3346ea241b1de5173bcfebc3b83f35..856e28f4a89c5a7f94f706542416e3cb2ef61261 100644 (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