From 52f45f27c46801a490b0114c0dcc8580f0e22206 Mon Sep 17 00:00:00 2001 From: ctranstrum Date: Wed, 21 Dec 2016 15:08:57 -0700 Subject: [PATCH] Fix typo. Looks like there was a typo. Fixed. --- website/source/docs/provisioning/shell.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioning/shell.html.md b/website/source/docs/provisioning/shell.html.md index 3530c181d..bf2b6a6e5 100644 --- a/website/source/docs/provisioning/shell.html.md +++ b/website/source/docs/provisioning/shell.html.md @@ -152,7 +152,7 @@ Vagrant.configure("2") do |config| end ``` -If you are running a Batch of PowerShell script for Windows, make sure +If you are running a Batch or PowerShell script for Windows, make sure that the external path has the proper extension (".bat" or ".ps1"), because Windows uses this to determine what kind of file it is to execute. If you exclude this extension, it likely will not work.