Skip to content

Commit

Permalink
Reword comment to fix ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Oct 3, 2023
1 parent 7cca7d2 commit e4e009d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init-tests-after-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ if ! ci; then
git submodule update --init --recursive
fi

# The tests need some version tags. Try to get them even in forks. This fetch
# gets other objects too, so for a consistent experience, always do it locally.
# The tests need some version tags. Try to get them even in forks. This fetches
# other objects too. So, locally, we always do it, for a consistent experience.
if ! ci || no_version_tags; then
git fetch --all --tags
fi
Expand Down

0 comments on commit e4e009d

Please sign in to comment.