Skip to content

Commit abfd410

Browse files
fix typo
1 parent 16aa508 commit abfd410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/buildtest/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ func prepareMigrateEntriesByFolo(targetIndyURL, migrateTargetIndyHost, packageTy
276276
downUrl = fmt.Sprintf("%s%s", targetIndy, p)
277277

278278
broken := false
279-
migratePath := setHostname(downUrl, migrateTargetIndyHost)
279+
migratePath := setHostname(down.LocalUrl, migrateTargetIndyHost)
280280
fmt.Printf("[%s] Deleting %s\n", time.Now().Format(DATA_TIME), migratePath)
281281
broken = !delRequest(migratePath)
282282

0 commit comments

Comments
 (0)