From cc1797253ec98990ae52598f1fa59f7f36c7a6a2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 6 Jul 2024 17:03:39 +0100 Subject: [PATCH] bin: simplebal: ignore config files --- bin/hledger-simplebal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hledger-simplebal b/bin/hledger-simplebal index 091b16e48..c0e500c17 100755 --- a/bin/hledger-simplebal +++ b/bin/hledger-simplebal @@ -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