Merge pull request #8146 from ctranstrum/patch-1

Fix typo.
This commit is contained in:
Chris Roberts 2017-01-05 10:42:12 -08:00 committed by GitHub
commit 734b196d05
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ Vagrant.configure("2") do |config|
end 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 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 Windows uses this to determine what kind of file it is to execute. If you
exclude this extension, it likely will not work. exclude this extension, it likely will not work.