diff --git a/salt/cloud/clouds/vmware.py b/salt/cloud/clouds/vmware.py index bcf566c3e5..ffa0086a63 100644 --- a/salt/cloud/clouds/vmware.py +++ b/salt/cloud/clouds/vmware.py @@ -1598,7 +1598,7 @@ def upgrade_tools(name, reboot=False, call=None): if tools_status == "toolsOk": return 'VMware tools is already up to date' - # Exit if VM is not powered on + # Exit if VM is not powered on if vm.summary.runtime.powerState != "poweredOn": return 'Tools cannot be upgraded if the VM is not powered on'