From b7683d1a390aa953f5a0bbf7e34933d6fa6439c4 Mon Sep 17 00:00:00 2001 From: Paul Thrasher Date: Wed, 22 Apr 2015 15:00:16 -0700 Subject: [PATCH] Typo in website docs for remote-exec Just a simple typo fix. --- website/source/docs/provisioners/remote-exec.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/remote-exec.html.markdown b/website/source/docs/provisioners/remote-exec.html.markdown index 13bf05ad4..181907b69 100644 --- a/website/source/docs/provisioners/remote-exec.html.markdown +++ b/website/source/docs/provisioners/remote-exec.html.markdown @@ -48,7 +48,7 @@ The following arguments are supported: ## Script Arguments You cannot pass any arguments to scripts using the `script` or -`scripts` argumets to this provisioner. If you want to specify arguments, +`scripts` arguments to this provisioner. If you want to specify arguments, upload the script with the [file provisioner](/docs/provisioners/file.html) and then use `inline` to call it. Example: