Skip to content

Commit

Permalink
bin: simplebal: ignore config files
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jul 6, 2024
1 parent cdc6987 commit cc17972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hledger-simplebal
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set -o pipefail

VALUATION_COMMODITY="$"
hledger bal -0 -N -X "${VALUATION_COMMODITY}" --infer-market-prices -c "${VALUATION_COMMODITY} 1000" --layout=bare "$@" | awk '{print $1}'
hledger -n bal -0 -N -X "${VALUATION_COMMODITY}" --infer-market-prices -c "${VALUATION_COMMODITY} 1000" --layout=bare "$@" | awk '{print $1}'

# Tired of complex financial reports ? This is a silly but fun and
# occasionally useful script showing how to get "one number" semi-robustly
Expand Down

0 comments on commit cc17972

Please sign in to comment.