upd: rewrite comment
This commit is contained in:
parent
36a30b3093
commit
152a960d9c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ else
|
||||||
NC="\033[39m"
|
NC="\033[39m"
|
||||||
fi
|
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"
|
IFS=: read -ra REPOS_TO_UPDATE_ARR <<< "$REPOS_TO_UPDATE:$DOCS_DIR:$HOME/bin"
|
||||||
for REPO in "${REPOS_TO_UPDATE_ARR[@]}"; do
|
for REPO in "${REPOS_TO_UPDATE_ARR[@]}"; do
|
||||||
if [ -n "$REPO" ]; then
|
if [ -n "$REPO" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue