Skip to content

Commit

Permalink
Merge pull request #9983 from cpuguy83/fix_transfer_svc_platform_matcher
Browse files Browse the repository at this point in the history
transfer: Platform matcher should match multiple platforms
  • Loading branch information
kzys committed Mar 22, 2024
2 parents 124456e + e41e9e1 commit f7ef4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/transfer/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f7ef4b0

Please sign in to comment.