From b584774a03049ea4a8e17e4b2b3a52c573c4d34b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 18 Mar 2022 11:03:30 -1000 Subject: [PATCH] ci: fix a typo I fat-fingered --- hledger-lib/Hledger/Read/Common.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-lib/Hledger/Read/Common.hs b/hledger-lib/Hledger/Read/Common.hs index 30b4faa8c..8846ac4cb 100644 --- a/hledger-lib/Hledger/Read/Common.hs +++ b/hledger-lib/Hledger/Read/Common.hs @@ -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