From d110430fa2e937fc7fc1b6c82100e64b1d5926a4 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sun, 12 Jul 2015 20:39:17 -0700 Subject: [PATCH] Fix start script text --- windows/start.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/start.sh b/windows/start.sh index 724134a97a..14026ae83f 100644 --- a/windows/start.sh +++ b/windows/start.sh @@ -29,6 +29,8 @@ cd clear cat << EOF + + ## . ## ## ## == ## ## ## ## ## === @@ -39,9 +41,7 @@ cat << EOF \____\_______/ EOF -echo -echo "Your shell is configured to use docker with the VM: $VM" -echo "You can ssh into the VM via 'docker-machine ssh $VM'" +echo "The Quick Start CLI is configured to use Docker with the $VM VM" echo exec "$BASH" --login -i