fix
This commit is contained in:
parent
17952a893e
commit
03eec12cff
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ copyFromRemote' r key file dest
|
||||||
-}
|
-}
|
||||||
feedprogressback a = ifM (isJust <$> sshCacheDir)
|
feedprogressback a = ifM (isJust <$> sshCacheDir)
|
||||||
( feedprogressback' a
|
( feedprogressback' a
|
||||||
, bracketIO noop (const noop) $ a const
|
, bracketIO noop (const noop) (a $ const noop)
|
||||||
)
|
)
|
||||||
feedprogressback' a = do
|
feedprogressback' a = do
|
||||||
u <- getUUID
|
u <- getUUID
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue