From cf637bd6b4fca2f7e867a05d139d3664cba2ba26 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 31 Dec 2023 13:10:41 +0100 Subject: shfmt --- scripts/cron.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/cron.sh') diff --git a/scripts/cron.sh b/scripts/cron.sh index 3bd483e..1ce9e65 100644 --- a/scripts/cron.sh +++ b/scripts/cron.sh @@ -10,7 +10,7 @@ while true; do break fi tag_age["${!key}"]="${!val}" - i=$((i+1)) + i=$((i + 1)) done declare -A unlinked_tag_age @@ -22,7 +22,7 @@ while true; do break fi unlinked_tag_age["${!key}"]="${!val}" - i=$((i+1)) + i=$((i + 1)) done timeout "${SCRIPT_TIMEOUT}" "${PYTHON_PATH}" "${SCRIPT_PREFIX}"/tag-based-on-dir.py \ -- cgit v1.2.3