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
@@ -2,7 +2,7 @@
2
3 : ${sites:="github2 ko repo"}
4 : ${nexts:="$sites"}
5 -: ${mirrors="github gob-private"}
5 +: ${mirrors:="github gob-private"}
6
7 push_retry () {
8 sites=$1