Skip to content

Commit 7c50766

Browse files
fix typo
1 parent 399f685 commit 7c50766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/buildtest/run.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ func prepareDownloadEntriesByFolo(targetIndyURL, newBuildId, packageType string,
253253
return result
254254
}
255255

256-
func prepareMigrateEntriesByFolo(targetIndyURL, migrateTargetIndyHost, packageType string,
257-
newBuildId, foloRecord common.TrackedContent) map[string][]string {
256+
func prepareMigrateEntriesByFolo(targetIndyURL, migrateTargetIndyHost, packageType,
257+
newBuildId string, foloRecord common.TrackedContent) map[string][]string {
258258
targetIndy := normIndyURL(targetIndyURL)
259259
result := make(map[string][]string)
260260
for _, down := range foloRecord.Downloads {

0 commit comments

Comments
 (0)