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
|
performKey key backend numcopies = do
|
||||||
keystatus <- getKeyStatus key
|
keystatus <- getKeyStatus key
|
||||||
check
|
check
|
||||||
[ verifyLocationLog key keystatus ActionItemKey
|
[ verifyLocationLog key keystatus (mkActionItem key)
|
||||||
, checkKeySize key keystatus ActionItemKey
|
, checkKeySize key keystatus (mkActionItem key)
|
||||||
, checkBackend backend key keystatus (AssociatedFile Nothing)
|
, checkBackend backend key keystatus (AssociatedFile Nothing)
|
||||||
, checkKeyNumCopies key (AssociatedFile Nothing) numcopies
|
, checkKeyNumCopies key (AssociatedFile Nothing) numcopies
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue