notice deleted files on startup
This commit is contained in:
parent
5b4e5ce7e5
commit
ec98581112
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ start :: CommandStart
|
|||
start = notBareRepo $ do
|
||||
showStart "watch" "."
|
||||
showAction "scanning"
|
||||
inRepo $ Git.Command.run "add" [Param "--update"]
|
||||
state <- Annex.getState id
|
||||
next $ next $ liftIO $ withINotify $ \i -> do
|
||||
let hook a = Just $ run state a
|
||||
|
|
Loading…
Add table
Reference in a new issue