From f0b53d8465a3d497ea317e0e6cb9de273644dcce Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 Jan 2020 13:12:33 -0400 Subject: [PATCH] windows build fix --- Git/Remote.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Git/Remote.hs b/Git/Remote.hs index 5ff88a84fd..856e28f4a8 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 = fromInternalGitPath + dospath = fromRawFilePath . fromInternalGitPath #endif