From f5401110e6474ab8f596688c21a2b03b8cb5a28a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 12 Dec 2013 15:45:57 -0800 Subject: [PATCH] website: fix typo [GH-712] --- website/source/docs/builders/vmware.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/vmware.html.markdown b/website/source/docs/builders/vmware.html.markdown index e4da7dff8..f59c92c18 100644 --- a/website/source/docs/builders/vmware.html.markdown +++ b/website/source/docs/builders/vmware.html.markdown @@ -326,6 +326,6 @@ have to modify as well: * `remote_datastore` - The path to the datastore where the VM will be stored on the ESXi machine. -* `remote_user` - The SSH username used to access the remote machine. +* `remote_username` - The SSH username used to access the remote machine. * `remote_password` - The SSH password for access to the remote machine.