From 64c210f06db713e9b6ececf15f1f0864e7471496 Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 23 May 2014 18:10:50 -0400 Subject: [PATCH] Fix website shell provisioner typo. --- website/source/docs/provisioners/shell.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/shell.html.markdown b/website/source/docs/provisioners/shell.html.markdown index d47b59733..93fa3346d 100644 --- a/website/source/docs/provisioners/shell.html.markdown +++ b/website/source/docs/provisioners/shell.html.markdown @@ -33,7 +33,7 @@ Exactly _one_ of the following is required: The commands are concatenated by newlines and turned into a single file, so they are all executed within the same context. This allows you to change directories in one command and use something in the directory in - the next and so on. Inline scripts are the easiest way to pull of simple + the next and so on. Inline scripts are the easiest way to pull off simple tasks within the machine. * `script` (string) - The path to a script to upload and execute in the machine.