From 0f26782a7357328a6e35df1261816b88825d3256 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 2 Jul 2020 12:01:09 -0400 Subject: [PATCH] fix windows build more --- Remote/Git.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/Git.hs b/Remote/Git.hs index 802d093abd..0cf7dbefd7 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -650,7 +650,7 @@ copyFromRemoteCheap r st repo ) | otherwise = Nothing #else -copyFromRemoteCheap' _ _ _ = Nothing +copyFromRemoteCheap _ _ _ = Nothing #endif {- Tries to copy a key's content to a remote's annex. -}