upd: rewrite comment

This commit is contained in:
PowerUser64 2022-05-24 22:28:03 -07:00
parent 36a30b3093
commit 152a960d9c

View file

@ -17,7 +17,7 @@ else
NC="\033[39m"
fi
# Check for updates for thing in the REPOS_TO_UPDATE variable
# `git pull` everything mentioned in the REPOS_TO_UPDATE variable
IFS=: read -ra REPOS_TO_UPDATE_ARR <<< "$REPOS_TO_UPDATE:$DOCS_DIR:$HOME/bin"
for REPO in "${REPOS_TO_UPDATE_ARR[@]}"; do
if [ -n "$REPO" ]; then