Skip to content

Commit 16fbf16

Browse files
authored
Merge pull request #184 from ekristen/fix-compute-packet-mirroring
fix(compute-packet-mirroring): add region to fix nil pointer crash
2 parents 9357db3 + be2ae07 commit 16fbf16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/compute-packet-mirroring.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ func (l *ComputePacketMirroringLister) List(ctx context.Context, o interface{})
6969
svc: l.svc,
7070
Name: resp.Name,
7171
project: opts.Project,
72+
region: opts.Region,
7273
})
7374
}
7475

0 commit comments

Comments
 (0)