diff --git a/Git/Remote.hs b/Git/Remote.hs index 856e28f4a8..69d6b52f40 100644 --- a/Git/Remote.hs +++ b/Git/Remote.hs @@ -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 = fromRawFilePath . fromInternalGitPath + dospath = fromRawFilePath . fromInternalGitPath . toRawFilePath #endif