Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Fix fetching of app_engine_standard_app_version data (#3536) (#403)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored May 20, 2020
1 parent 9fbd5f8 commit 8c456e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/google_appengine_standard_app_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ def product_url(_ = nil)
end

def resource_base_url
'apps/{{project}}/services/{{service}}/versions/{{version_id}}'
'apps/{{project}}/services/{{service}}/versions/{{version_id}}?view=FULL'
end
end

0 comments on commit 8c456e2

Please sign in to comment.