Merge pull request #9983 from cpuguy83/fix_transfer_svc_platform_matcher
transfer: Platform matcher should match multiple platforms
This commit is contained in:
commit
f7ef4b0e02
@ -94,7 +94,7 @@ func init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var applier diff.Applier
|
var applier diff.Applier
|
||||||
target := platforms.OnlyStrict(p)
|
target := platforms.Only(p)
|
||||||
if uc.Differ != "" {
|
if uc.Differ != "" {
|
||||||
inst, err := ic.GetByID(plugins.DiffPlugin, uc.Differ)
|
inst, err := ic.GetByID(plugins.DiffPlugin, uc.Differ)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user