minor cleanup
This commit is contained in:
parent
71a05b0d25
commit
55b178a6ba
1 changed files with 2 additions and 2 deletions
|
@ -193,8 +193,8 @@ performKey :: Key -> Backend -> NumCopies -> Annex Bool
|
|||
performKey key backend numcopies = do
|
||||
keystatus <- getKeyStatus key
|
||||
check
|
||||
[ verifyLocationLog key keystatus ActionItemKey
|
||||
, checkKeySize key keystatus ActionItemKey
|
||||
[ verifyLocationLog key keystatus (mkActionItem key)
|
||||
, checkKeySize key keystatus (mkActionItem key)
|
||||
, checkBackend backend key keystatus (AssociatedFile Nothing)
|
||||
, checkKeyNumCopies key (AssociatedFile Nothing) numcopies
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue