Skip to content

Commit

Permalink
make check: update hledger check name
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Nov 19, 2023
1 parent a7d9760 commit 740e65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ oc.journal: oc.csv oc.csv.rules # regenerate journal from csv
oc.accounts: oc.journal # declare any new accounts found in the journal
((cat oc.accounts; hledger -f oc.journal accounts --undeclared --directives) | sort > oc.accounts.new && mv oc.accounts.new oc.accounts) || (rm -f oc.accounts.new; false)

CHECKS=accounts commodities balancednoautoconversion ordereddates
CHECKS=accounts commodities balanced ordereddates
check: # check the journal for problems
@printf "checking journal.. "
@$(HLEDGER) check $(CHECKS) && echo "all ok ✅"
Expand Down

0 comments on commit 740e65a

Please sign in to comment.