typo
This commit is contained in:
parent
40a9d8e097
commit
1496342c9e
1 changed files with 1 additions and 0 deletions
|
@ -321,6 +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
|
||||||
|
)
|
||||||
feedprogressback' a = do
|
feedprogressback' a = do
|
||||||
u <- getUUID
|
u <- getUUID
|
||||||
let fields = (Fields.remoteUUID, fromUUID u)
|
let fields = (Fields.remoteUUID, fromUUID u)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue