Skip to content

Commit

Permalink
Fix compute/api typo (#700)
Browse files Browse the repository at this point in the history
Merged PR #700.
  • Loading branch information
drebes authored and modular-magician committed Nov 19, 2018
1 parent 1b8754a commit 43ab2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/ansible
2 changes: 1 addition & 1 deletion products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ objects:
resource: 'MachineType'
imports: 'selfLink'
description: 'A reference to a machine type which defines VM kind.'
update_url: projdcts/{{project}}/zones/{{zone}}/instances/{{name}}/setMachineType
update_url: projects/{{project}}/zones/{{zone}}/instances/{{name}}/setMachineType
update_verb: :POST
# TODO(alexstephen): Add metatdata
- !ruby/object:Api::Type::String
Expand Down

0 comments on commit 43ab2dc

Please sign in to comment.