finished hlinting
This commit is contained in:
parent
57adb0347b
commit
eeae910242
23 changed files with 144 additions and 159 deletions
|
@ -20,5 +20,5 @@ seek = [withDefault "." withFilesInGit start]
|
|||
start :: SubCmdStartString
|
||||
start file = isAnnexed file $ \(key, _) -> do
|
||||
exists <- inAnnex key
|
||||
when (exists) $ liftIO $ putStrLn file
|
||||
when exists $ liftIO $ putStrLn file
|
||||
return Nothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue