Skip to content

Commit

Permalink
Merge pull request #184 from ekristen/fix-compute-packet-mirroring
Browse files Browse the repository at this point in the history
fix(compute-packet-mirroring): add region to fix nil pointer crash
  • Loading branch information
ekristen authored Feb 12, 2025
2 parents 9357db3 + be2ae07 commit 16fbf16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/compute-packet-mirroring.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func (l *ComputePacketMirroringLister) List(ctx context.Context, o interface{})
svc: l.svc,
Name: resp.Name,
project: opts.Project,
region: opts.Region,
})
}

Expand Down

0 comments on commit 16fbf16

Please sign in to comment.