fix layout
This commit is contained in:
parent
d34f078856
commit
f4bde87525
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ start file key = stopUnless (inAnnex key) $ do
|
|||
showStart "unannex" file
|
||||
next $ ifM isDirect
|
||||
( performDirect file key
|
||||
, performIndirect file key)
|
||||
, performIndirect file key
|
||||
)
|
||||
|
||||
performIndirect :: FilePath -> Key -> CommandPerform
|
||||
performIndirect file key = do
|
||||
|
|
Loading…
Reference in a new issue