dropped defaultCmd
With recusrion, it doesn't really make sense.
This commit is contained in:
parent
1260adbd77
commit
5f73fd5b66
3 changed files with 8 additions and 19 deletions
2
Core.hs
2
Core.hs
|
@ -58,3 +58,5 @@ inAnnex :: Key -> Annex Bool
|
|||
inAnnex key = do
|
||||
g <- Annex.gitRepo
|
||||
liftIO $ doesFileExist $ annexLocation g key
|
||||
|
||||
{- -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue