From 610ac47289cf7ee59eff0432f7037890cf30326b Mon Sep 17 00:00:00 2001 From: clsty Date: Thu, 16 Oct 2025 07:47:32 +0800 Subject: [PATCH] Fix path in update.sh --- sdata/exp/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdata/exp/update.sh b/sdata/exp/update.sh index 083ecdc82..1ef297093 100755 --- a/sdata/exp/update.sh +++ b/sdata/exp/update.sh @@ -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'