assistant: Fix OSX bug that prevented committing changed files to a repository when in indirect mode.

This commit is contained in:
Joey Hess 2013-03-17 17:01:43 -04:00
parent 1760a2e98c
commit 35a0ae334c
4 changed files with 11 additions and 3 deletions

View file

@ -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,