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'