From c125cd9815c7ea5d13473dbc0253c02f0a9baf23 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 17 Mar 2013 17:01:43 -0400 Subject: assistant: Fix OSX bug that prevented committing changed files to a repository when in indirect mode. --- Assistant/Threads/Committer.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assistant') 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, -- cgit v1.2.3