tweak
This commit is contained in:
parent
25b13673f0
commit
66a99d3740
1 changed files with 3 additions and 3 deletions
|
@ -48,9 +48,9 @@ start = notBareRepo $ do
|
||||||
checkUnused :: CommandPerform
|
checkUnused :: CommandPerform
|
||||||
checkUnused = do
|
checkUnused = do
|
||||||
(unused, stalebad, staletmp) <- unusedKeys
|
(unused, stalebad, staletmp) <- unusedKeys
|
||||||
n <- list "" unusedMsg unused 0
|
_ <- list "" unusedMsg unused 0 >>=
|
||||||
n' <- list "bad" staleBadMsg stalebad n
|
list "bad" staleBadMsg stalebad >>=
|
||||||
_ <- list "tmp" staleTmpMsg staletmp n'
|
list "tmp" staleTmpMsg staletmp
|
||||||
next $ return True
|
next $ return True
|
||||||
where
|
where
|
||||||
list file msg l c = do
|
list file msg l c = do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue