Merge pull request #9983 from cpuguy83/fix_transfer_svc_platform_matcher
transfer: Platform matcher should match multiple platforms
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user