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
commit f7ef4b0e02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {