From ee1ceb2192e03ea6a21a6e610e9bd3f570608446 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 11 Oct 2018 22:01:31 -0400 Subject: [PATCH] relocated storage --- scripts/agenda/info_overload_report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/agenda/info_overload_report.sh b/scripts/agenda/info_overload_report.sh index 0616d0f4..225efa25 100644 --- a/scripts/agenda/info_overload_report.sh +++ b/scripts/agenda/info_overload_report.sh @@ -2,7 +2,7 @@ # these metrics are how bogged down we are in to-do type items. # logged historical file where we append our latest report. -REPORT_FILE="$HOME/cloud/magic_cabinet/fred/task_stats/overload_history.txt" +REPORT_FILE="$HOME/cloud/stats/overload_history.txt" # given a path, this will find how many items are under it, ignoring svn and git files, plus # other patterns we happen to notice are not useful. -- 2.34.1