Meta/pushall: allow mirrors configurable the same way as sites and nexts

Junio C Hamano committed Jul 17, 2026 at 14:42 UTC c116abe2c2d251394832bf3534e71d5f6894b586
1 file changed +1 -1
pushall
+1 -1
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