Skip to content

Commit

Permalink
t5531: avoid using an abbreviated option
Browse files Browse the repository at this point in the history
It was probably just an oversight: the `--recurse-submodules` option
puts the term "submodules" in the plural form, not the singular one.

To avoid future problems in case that another option is introduced that
starts with the prefix `--recurse-submodule`, let's just fix this.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
dscho authored and gitster committed Apr 2, 2019
1 parent 7076e44 commit ae0a11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t5531-deep-submodule-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ test_expect_success 'push succeeds if submodule has no remote and is on the firs
) &&
git add b &&
git commit -m "added submodule" &&
git push --recurse-submodule=check origin master
git push --recurse-submodules=check origin master
)
'

Expand Down

0 comments on commit ae0a11c

Please sign in to comment.