From 022dead40a7392d3a226d45187abc89136293f59 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 Jan 2020 13:46:03 -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 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