formatting
This commit is contained in:
parent
b1e17e446f
commit
e80ca5f43d
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@ check = do
|
|||
[Params "rev-parse --abbrev-ref HEAD"]
|
||||
|
||||
seek :: [CommandSeek]
|
||||
seek = [
|
||||
withFilesNotInGit $ whenAnnexed startCheckIncomplete,
|
||||
withFilesInGit $ whenAnnexed startUnannex
|
||||
seek =
|
||||
[ withFilesNotInGit $ whenAnnexed startCheckIncomplete
|
||||
, withFilesInGit $ whenAnnexed startUnannex
|
||||
, withNothing start
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue