summaryrefslogtreecommitdiff
path: root/Assistant
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-17 17:01:43 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-17 17:01:43 -0400
commitc125cd9815c7ea5d13473dbc0253c02f0a9baf23 (patch)
tree1d0d0ae392526318d6367d54d7a90ad9ec598f48 /Assistant
parent423c3926b7fe6f9e03ac3f381be5de1f1f71e665 (diff)
assistant: Fix OSX bug that prevented committing changed files to a repository when in indirect mode.
Diffstat (limited to 'Assistant')
-rw-r--r--Assistant/Threads/Committer.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/Committer.hs b/Assistant/Threads/Committer.hs
index 08d34dd06..46d77db92 100644
--- a/Assistant/Threads/Committer.hs
+++ b/Assistant/Threads/Committer.hs
@@ -317,7 +317,7 @@ handleAdds delayadd cs = returnWhen (null incomplete) $ do
)
whenM (pure DirWatcher.eventsCoalesce <||> isDirect) $ do
stageSymlink file =<< hashSymlink link
- showEndOk
+ showEndOk
return $ Just $ finishedChange change key
{- Check that the keysource's keyFilename still exists,