Skip to content

Commit e4e009d

Browse files
committed
Reword comment to fix ambiguity
1 parent 7cca7d2 commit e4e009d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: init-tests-after-clone.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ if ! ci; then
5252
git submodule update --init --recursive
5353
fi
5454

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

0 commit comments

Comments
 (0)