From 94a445cfe7ec448d285e5ddf73f1f1c521e10974 Mon Sep 17 00:00:00 2001 From: Fred Hamster Date: Sun, 16 Nov 2025 14:16:58 -0500 Subject: [PATCH] updated naming for overload report --- scripts/customize/fred/scripts/agenda/info_overload_report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/customize/fred/scripts/agenda/info_overload_report.sh b/scripts/customize/fred/scripts/agenda/info_overload_report.sh index 3675fc6b..039df356 100644 --- a/scripts/customize/fred/scripts/agenda/info_overload_report.sh +++ b/scripts/customize/fred/scripts/agenda/info_overload_report.sh @@ -132,7 +132,7 @@ full_report+="count\tcomplexity\tweight (kb)\tcategory\n\ #hmmm: don't fail if the hierarchy doesn't exist. # notes are individual files of tasks, usually, although some are combined. -analyze_hierarchy_and_report $CLOUD_BASE/grunty* "grunty (external facing) notes" +analyze_hierarchy_and_report $CLOUD_BASE/*outwards* "grunty outwards (external facing notes)" # web site development tasks. analyze_hierarchy_and_report $CLOUD_BASE/webular "web design (ideas and tasks)" -- 2.34.1