From 87a35febcafc52e2594a7ecedf368d917379c707 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Mon, 29 Dec 2025 11:24:55 -0500 Subject: [PATCH] Fixed typo in script On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: refresh-hypr-tags.sh --- refresh-hypr-tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refresh-hypr-tags.sh b/refresh-hypr-tags.sh index aa07f9b..e48f1a7 100644 --- a/refresh-hypr-tags.sh +++ b/refresh-hypr-tags.sh @@ -54,7 +54,7 @@ declare -A cur while IFS='=' read -r k v; do [[ -z "${k:-}" || "$k" =~ ^# ]] && continue cur[$k]="$v" -edone < "$TAGS_FILE" +done < "$TAGS_FILE" # Fetch latest, but only update keys set to 'auto' or 'latest' unless forced FORCE=${FORCE:-0}