ci: fix a typo I fat-fingered

This commit is contained in:
Simon Michael 2022-03-18 11:03:30 -10:00
parent 25e706eca0
commit b584774a03

View File

@ -392,7 +392,7 @@ journalCheckAccountsDeclared j = mapM_ checkacct (journalPostings j)
++ case ptransaction of
Nothing -> ""
Just t -> printf "in transaction at: %s\n\n%s"
(sourcePosPairPrettxy $ tsourcepos t)
(sourcePosPairPretty $ tsourcepos t)
(linesPrepend " " . (<>"\n") . textChomp $ showTransaction t)
where
as = journalAccountNamesDeclared j