Fix path in update.sh

This commit is contained in:
clsty
2025-10-16 07:47:32 +08:00
parent de28b8d314
commit 610ac47289
+1 -1
View File
@@ -19,7 +19,7 @@ UPDATE_IGNORE_FILE="${REPO_DIR}/.updateignore"
HOME_UPDATE_IGNORE_FILE="${HOME}/.updateignore"
# Directories to monitor for changes
MONITOR_DIRS=(".config" ".local/bin")
MONITOR_DIRS=("dots/.config" "dots/.local/bin")
# === Color Codes ===
RED='\033[0;31m'