From 00442a644018498a70b311daca9cfdf9feb3e1e0 Mon Sep 17 00:00:00 2001 From: Pranesh Prakash Date: Sun, 11 May 2025 16:44:49 +0530 Subject: [PATCH] Update nps.csv.sh --- examples/csv/nps.csv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/csv/nps.csv.sh b/examples/csv/nps.csv.sh index 5f2444c5d..85f7994e7 100644 --- a/examples/csv/nps.csv.sh +++ b/examples/csv/nps.csv.sh @@ -6,7 +6,7 @@ # removes all lines before the last 'Date' # substitutes certain descriptions # outputs to a temporary file -# runs hledger csv import as a dry-run with nps-transactions.rules. +# runs hledger csv import as a dry-run with nps.csv.rules. cat "$1" \ | awk 's{s=s"\n"$0;} /Date/{s=$0;} END{print s;}' \