From c116abe2c2d251394832bf3534e71d5f6894b586 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 17 Jul 2026 14:42:34 -0700 Subject: [PATCH] Meta/pushall: allow mirrors configurable the same way as sites and nexts --- pushall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pushall b/pushall index f3de3fe446..c944149aed 100755 --- a/pushall +++ b/pushall @@ -2,7 +2,7 @@ : ${sites:="github2 ko repo"} : ${nexts:="$sites"} -: ${mirrors="github gob-private"} +: ${mirrors:="github gob-private"} push_retry () { sites=$1