minor cleanup

This commit is contained in:
Joey Hess 2017-03-10 15:03:33 -04:00
parent 71a05b0d25
commit 55b178a6ba
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -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
]