Fix markdown in debugging docs

This commit is contained in:
Brian Cain 2018-01-12 15:38:29 -08:00
parent 6ef63de244
commit e229192d1d
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
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"
```