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 399f685 commit 7c50766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/buildtest/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ func prepareDownloadEntriesByFolo(targetIndyURL, newBuildId, packageType string,
return result
}

func prepareMigrateEntriesByFolo(targetIndyURL, migrateTargetIndyHost, packageType string,
newBuildId, foloRecord common.TrackedContent) map[string][]string {
func prepareMigrateEntriesByFolo(targetIndyURL, migrateTargetIndyHost, packageType,
newBuildId string, foloRecord common.TrackedContent) map[string][]string {
targetIndy := normIndyURL(targetIndyURL)
result := make(map[string][]string)
for _, down := range foloRecord.Downloads {
Expand Down

0 comments on commit 7c50766

Please sign in to comment.