From 152a960d9c185daa361100b39febf3aa554b32c0 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Tue, 24 May 2022 22:28:03 -0700 Subject: [PATCH] upd: rewrite comment --- .config/shell/bin/upd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/bin/upd b/.config/shell/bin/upd index cb2bbe4..0ccb6c0 100755 --- a/.config/shell/bin/upd +++ b/.config/shell/bin/upd @@ -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