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. -}