Skip to content

Commit

Permalink
fix: update wrap_path for ComputeServiceAttachments as per response f…
Browse files Browse the repository at this point in the history
…rom API

Signed-off-by: Sonu Saha <[email protected]>
  • Loading branch information
ahasunos committed Dec 12, 2023
1 parent b511edf commit 950b412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/google_compute_service_attachments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class ComputeServiceAttachments < GcpResourceBase
def initialize(params = {})
super(params.merge({ use_http_transport: true }))
@params = params
@table = fetch_wrapped_resource('serviceAttachments')
@table = fetch_wrapped_resource('items')
end

def fetch_wrapped_resource(wrap_path)
Expand Down

0 comments on commit 950b412

Please sign in to comment.