lower case for consistency
This commit is contained in:
parent
11648fd719
commit
0ee09f05d2
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ showSideAction m = Annex.getState Annex.output >>= go
|
|||
p = handle q $ putStrLn $ "(" ++ m ++ "...)"
|
||||
|
||||
showStoringStateAction :: Annex ()
|
||||
showStoringStateAction = showSideAction "Recording state in git"
|
||||
showStoringStateAction = showSideAction "recording state in git"
|
||||
|
||||
{- Performs an action, supressing showSideAction messages. -}
|
||||
doQuietSideAction :: Annex a -> Annex a
|
||||
|
|
Loading…
Reference in a new issue