mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Fix whitespace
This commit is contained in:
parent
b398630b53
commit
569d8a0e61
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue