diff options
Diffstat (limited to 'Remote/Git.hs')
-rw-r--r-- | Remote/Git.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs index 215cd590f..32f6a1c7c 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -321,7 +321,7 @@ copyFromRemote' r key file dest -} feedprogressback a = ifM (isJust <$> sshCacheDir) ( feedprogressback' a - , bracketIO noop (const noop) (a $ const noop) + , a $ const noop ) feedprogressback' a = do u <- getUUID |