From e682ed8a1d8a5334a1c748a18a2428fe69942d23 Mon Sep 17 00:00:00 2001 From: bcherb2 Date: Sat, 22 Aug 2026 22:28:43 -0400 Subject: [PATCH] test: lab fixture mirrors the pushInsteadOf fix --- .../lab/fake-private/private_dot_config/git/config.local.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tests/lab/fake-private/private_dot_config/git/config.local.tmpl b/.tests/lab/fake-private/private_dot_config/git/config.local.tmpl index 75c11cd..3a7c6e6 100644 --- a/.tests/lab/fake-private/private_dot_config/git/config.local.tmpl +++ b/.tests/lab/fake-private/private_dot_config/git/config.local.tmpl @@ -47,7 +47,7 @@ ; dot_gitconfig; phase 3 removed it from the public tier because it names an ; authentication method tied to your keys, not a neutral default. [url "git@github.com:"] - insteadOf = https://github.com/ + pushInsteadOf = https://github.com/ {{ if $wan -}} ; Gitea clone/push shortcuts: git clone gitea:ben/repo.git