quash warning
This commit is contained in:
parent
3ac9c4e672
commit
c34948247e
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ perform = do
|
|||
Nothing -> noop
|
||||
Just a -> do
|
||||
showStart "direct" f
|
||||
r <- tryAnnex a
|
||||
case r of
|
||||
r' <- tryAnnex a
|
||||
case r' of
|
||||
Left e -> warnlocked e
|
||||
Right _ -> showEndOk
|
||||
return Nothing
|
||||
|
|
Loading…
Reference in a new issue