mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2026-02-05 01:30:13 +01:00
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
This commit is contained in:
parent
f1bec15eb1
commit
87a35febca
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user