Skip to content

Commit 4ba5ad1

Browse files
committed
Fix typo in comment
1 parent d36818c commit 4ba5ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ git reset --hard __testing_point__
3030

3131
# Do some setup that CI takes care of but that may not have been done locally.
3232
if test -z "${TRAVIS-}"; then
33-
# The tests needs some version tags. Try to get them even in forks.
33+
# The tests need some version tags. Try to get them even in forks.
3434
git fetch --all --tags
3535

3636
# The tests need submodules, including a submodule with a submodule.

0 commit comments

Comments
 (0)