Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shokakucarrier committed Mar 14, 2024
1 parent 16aa508 commit abfd410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/buildtest/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ func prepareMigrateEntriesByFolo(targetIndyURL, migrateTargetIndyHost, packageTy
downUrl = fmt.Sprintf("%s%s", targetIndy, p)

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

Expand Down

0 comments on commit abfd410

Please sign in to comment.