;shake: wording

This commit is contained in:
Simon Michael 2020-12-15 12:41:33 -08:00
parent d028b1f062
commit 1a924f3a16

View File

@ -373,7 +373,7 @@ main = do
let pkg = takeDirectory out
when (pkg /= "hledger-lib") $ liftIO $ do
putStrLn $ out++": hledger bounds are now (improve if needed):"
putStrLn $ out++": hledger bounds are (improve if needed):"
cmd_ Shell grep "'^ *- +hledger.*[<>=]'" out
" || [[ $? == 1 ]]" -- ignore no matches, https://unix.stackexchange.com/a/427598