cleanup
This commit is contained in:
parent
335c06171a
commit
8f634a5e16
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ dropCmd file = notinBackend file $ \(key, backend) -> do
|
|||
then do
|
||||
cleanup key
|
||||
showEndOk
|
||||
else showEndFail "backend refused to drop" file
|
||||
else showEndFail "drop" file
|
||||
where
|
||||
cleanup key = do
|
||||
logStatus key ValueMissing
|
||||
|
|
Loading…
Reference in a new issue