summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-14 13:52:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-14 13:52:30 -0400
commitdf34bc759deed4b43c533dce703d4b0371881ba1 (patch)
treee470ae5e6e989468f9fa3430a9862cc88fc070ba
parent280d35cb7d9f72acefc38d421fd935fe5abdb451 (diff)
typo
-rw-r--r--Remote/Git.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs
index b741918ee..7054319f5 100644
--- a/Remote/Git.hs
+++ b/Remote/Git.hs
@@ -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)