Merge pull request #9983 from cpuguy83/fix_transfer_svc_platform_matcher

transfer: Platform matcher should match multiple platforms
This commit is contained in:
Kazuyoshi Kato
2024-03-22 21:54:32 +00:00
committed by GitHub

View File

@@ -94,7 +94,7 @@ func init() {
}
var applier diff.Applier
target := platforms.OnlyStrict(p)
target := platforms.Only(p)
if uc.Differ != "" {
inst, err := ic.GetByID(plugins.DiffPlugin, uc.Differ)
if err != nil {