From eaca868a76a8b6894cb309227a1e3bfb4b9e4b5b Mon Sep 17 00:00:00 2001 From: Stephen James Date: Wed, 16 Aug 2017 01:12:28 -0400 Subject: [PATCH] Remove extra shell prompt --- website/source/docs/other/wsl.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/other/wsl.html.md b/website/source/docs/other/wsl.html.md index 38d978b20..61cf2e22f 100644 --- a/website/source/docs/other/wsl.html.md +++ b/website/source/docs/other/wsl.html.md @@ -122,5 +122,5 @@ WSL. Once docker is installed and running on Windows, export the following environment variable to give Vagrant access: ``` -$ vagrant@vagrant-10:/mnt/c/Users/vagrant$ export DOCKER_HOST=tcp://127.0.0.1:2375 +vagrant@vagrant-10:/mnt/c/Users/vagrant$ export DOCKER_HOST=tcp://127.0.0.1:2375 ```