From 451cafaff2866bc4c7cd0a98e085eab1aed8dbe0 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 14 Dec 2022 12:58:47 -0500 Subject: [PATCH] fix `weekly_cleanup.sh` script --- scripts/weekly_cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/weekly_cleanup.sh b/scripts/weekly_cleanup.sh index beb266e..b04c2f4 100755 --- a/scripts/weekly_cleanup.sh +++ b/scripts/weekly_cleanup.sh @@ -6,7 +6,7 @@ set -e -. "$(dirname "$0")/toot_shim.sh" +. "$(dirname "$0")/tootctl_shim.sh" tootctl media remove --days 7 tootctl preview_cards remove --days 90