Skip to content

Commit 830a009

Browse files
committed
*: remove old mirror endpoints
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
1 parent d46e5bd commit 830a009

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cmd/mirror/mirror.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,8 @@ def go_deps():
374374
urls = [
375375
"%s",
376376
"%s",
377-
"%s",
378377
],
379-
`, oldMirror.Sha256, replaced.Path, replaced.Version, expectedPublicURL, expectedCDNURL, expectedPublicURL)
378+
`, oldMirror.Sha256, replaced.Path, replaced.Version, expectedCDNURL, expectedPublicURL)
380379
} else if isMirror {
381380
// We'll have to mirror our copy of the zip ourselves.
382381
d := downloaded[replaced.Path]

0 commit comments

Comments
 (0)