Fix whitespace

This commit is contained in:
Anthony J. Bentley 2024-05-27 13:36:10 -06:00 committed by Alex Cabal
parent b398630b53
commit 569d8a0e61

View file

@ -131,8 +131,8 @@ for item in ./*/; do
printf "Updating %s ... " "${item}" printf "Updating %s ... " "${item}"
fi fi
# if it's not a repository directory, skip it # if it's not a repository directory, skip it
git -C "${item}" rev-parse > /dev/null 2>&1 || continue git -C "${item}" rev-parse > /dev/null 2>&1 || continue
# this works whether the repository is bare or a working directory # this works whether the repository is bare or a working directory
if [ "${verbosity}" -lt 2 ]; then if [ "${verbosity}" -lt 2 ]; then