hlint
This commit is contained in:
parent
e7aaa55c53
commit
a1e52f0ce5
18 changed files with 36 additions and 37 deletions
|
@ -23,7 +23,7 @@ seek = [withWords start]
|
|||
start :: [FilePath] -> CommandStart
|
||||
start (src:dest:[])
|
||||
| src == dest = stop
|
||||
| otherwise = do
|
||||
| otherwise =
|
||||
ifAnnexed src
|
||||
(error $ "cannot used annexed file as src: " ++ src)
|
||||
go
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue