Fix markdown in debugging docs
This commit is contained in:
parent
6ef63de244
commit
e229192d1d
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue