Skip to content

Commit

Permalink
Merge 18ff080 into dc3a20e
Browse files Browse the repository at this point in the history
  • Loading branch information
lucklove authored Feb 2, 2021
2 parents dc3a20e + 18ff080 commit c10f642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/repository/merge_mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func component2Diff(name string, baseItem v1manifest.ComponentItem, baseManifest
}

// this version not exits in base
if baseManifest.VersionListWithYanked(plat)[ver].URL == "" {
if baseManifest.VersionList(plat)[ver].URL == "" {
osArch := strings.Split(plat, "/")
if len(osArch) != 2 {
continue
Expand Down

0 comments on commit c10f642

Please sign in to comment.