Skip to content

Commit 36ab768

Browse files
committed
Merge branch 'ak/t5516-typofix'
* ak/t5516-typofix: t5516: correct misspelled pushInsteadOf
2 parents a11c508 + eb32c66 commit 36ab768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5516-fetch-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ test_expect_success 'push with pushInsteadOf' '
238238
test_expect_success 'push with pushInsteadOf and explicit pushurl (pushInsteadOf should not rewrite)' '
239239
mk_empty testrepo &&
240240
test_config "url.trash2/.pushInsteadOf" testrepo/ &&
241-
test_config "url.trash3/.pusnInsteadOf" trash/wrong &&
241+
test_config "url.trash3/.pushInsteadOf" trash/wrong &&
242242
test_config remote.r.url trash/wrong &&
243243
test_config remote.r.pushurl "testrepo/" &&
244244
git push r refs/heads/master:refs/remotes/origin/master &&

0 commit comments

Comments
 (0)