Splitting out a small typo fix unrelated from #697 (#130)

<!-- This change is generated by MagicModules. -->
/cc @drebes
This commit is contained in:
The Magician 2018-11-19 12:52:48 -08:00 committed by Alex Stephen
parent 912e155d1a
commit 750cfa5089

View file

@ -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)