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

Commit

Permalink
Splitting out a small typo fix unrelated from ansible#697 (#130)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
/cc @drebes
  • Loading branch information
modular-magician authored and rambleraptor committed Sep 5, 2019
1 parent 912e155 commit 750cfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/gcp_compute_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ def machine_type_update(module, request, response):
auth.post(
''.join([
"https://www.googleapis.com/compute/v1/",
"projdcts/{project}/zones/{zone}/instances/{name}/setMachineType"
"projects/{project}/zones/{zone}/instances/{name}/setMachineType"
]).format(**module.params),
{
u'machineType': machine_type_selflink(module.params.get('machine_type'), module.params)
Expand Down

0 comments on commit 750cfa5

Please sign in to comment.