From e229192d1d17a942d901545d94397162316ac09e Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 12 Jan 2018 15:38:29 -0800 Subject: [PATCH] Fix markdown in debugging docs --- website/source/docs/other/debugging.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/other/debugging.html.md b/website/source/docs/other/debugging.html.md index 5d1040dbd..4c95a6b3b 100644 --- a/website/source/docs/other/debugging.html.md +++ b/website/source/docs/other/debugging.html.md @@ -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" ```