Code

git-add--interactive: manual hunk editing mode
[git.git] / t / t5516-fetch-push.sh
index c5c59335f36d0d8f6a26ee606fd605e74e2d1e33..6805032a05cba00536f8d0621873741773a49f92 100755 (executable)
@@ -146,7 +146,7 @@ test_expect_success 'push with wildcard' '
 test_expect_success 'push with insteadOf' '
        mk_empty &&
        TRASH="$(pwd)/" &&
-       git config "url./$TRASH/.insteadOf" trash/ &&
+       git config "url.$TRASH.insteadOf" trash/ &&
        git push trash/testrepo refs/heads/master:refs/remotes/origin/master &&
        (
                cd testrepo &&