This commit is contained in:
Joey Hess 2013-05-14 13:52:30 -04:00
parent 40a9d8e097
commit 1496342c9e

View file

@ -321,6 +321,7 @@ copyFromRemote' r key file dest
feedprogressback a = ifM (isJust <$> sshCacheDir)
( feedprogressback' a
, bracketIO noop (const noop) $ a const
)
feedprogressback' a = do
u <- getUUID
let fields = (Fields.remoteUUID, fromUUID u)