aboutsummaryrefslogtreecommitdiff
path: root/Command/Multicast.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-04-03 14:52:54 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-04-03 14:52:54 -0400
commit6514c7a6220663488f115389fa1517b70436dc31 (patch)
tree4a7ff9432d493dd0646e77961e2bc48d9087953d /Command/Multicast.hs
parentff388d90cc59fb914702f232ed69c15b4e4c75ea (diff)
add missing "do"
Unsure how it got committed in an uncompilable state before..
Diffstat (limited to 'Command/Multicast.hs')
-rw-r--r--Command/Multicast.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Multicast.hs b/Command/Multicast.hs
index cd74c3ebc..3fb2f6e79 100644
--- a/Command/Multicast.hs
+++ b/Command/Multicast.hs
@@ -178,7 +178,7 @@ receive ups = do
(callback, environ, statush) <- liftIO multicastCallbackEnv
tmpobjdir <- fromRepo gitAnnexTmpObjectDir
createAnnexDirectory tmpobjdir
- withTmpDirIn tmpobjdir "multicast" $ \tmpdir -> withAuthList $ \authlist ->
+ withTmpDirIn tmpobjdir "multicast" $ \tmpdir -> withAuthList $ \authlist -> do
abstmpdir <- liftIO $ absPath tmpdir
abscallback <- liftIO $ searchPath callback
let ps =