Skip to content

Commit ae0a11c

Browse files
dschogitster
authored andcommitted
t5531: avoid using an abbreviated option
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7076e44 commit ae0a11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5531-deep-submodule-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ test_expect_success 'push succeeds if submodule has no remote and is on the firs
363363
) &&
364364
git add b &&
365365
git commit -m "added submodule" &&
366-
git push --recurse-submodule=check origin master
366+
git push --recurse-submodules=check origin master
367367
)
368368
'
369369

0 commit comments

Comments
 (0)