ci: fix a typo I fat-fingered
This commit is contained in:
parent
25e706eca0
commit
b584774a03
@ -392,7 +392,7 @@ journalCheckAccountsDeclared j = mapM_ checkacct (journalPostings j)
|
|||||||
++ case ptransaction of
|
++ case ptransaction of
|
||||||
Nothing -> ""
|
Nothing -> ""
|
||||||
Just t -> printf "in transaction at: %s\n\n%s"
|
Just t -> printf "in transaction at: %s\n\n%s"
|
||||||
(sourcePosPairPrettxy $ tsourcepos t)
|
(sourcePosPairPretty $ tsourcepos t)
|
||||||
(linesPrepend " " . (<>"\n") . textChomp $ showTransaction t)
|
(linesPrepend " " . (<>"\n") . textChomp $ showTransaction t)
|
||||||
where
|
where
|
||||||
as = journalAccountNamesDeclared j
|
as = journalAccountNamesDeclared j
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user