assistant: Fix OSX bug that prevented committing changed files to a repository when in indirect mode.
This commit is contained in:
parent
1760a2e98c
commit
35a0ae334c
4 changed files with 11 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue