Merge pull request #9364 from briancain/fix-debug-docs

Fix markdown in debugging docs
This commit is contained in:
Brian Cain 2018-01-12 15:46:20 -08:00 committed by GitHub
commit 6b1646eb51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ $ vagrant up --debug &> vagrant.log
```
On Windows in PowerShell (outputs to log and screen):
```
$ vagrant up --debug 2>&1 | Tee-Object -FilePath ".\vagrant.log"
```