Fix typo in Mac OS X start.sh

This commit is contained in:
Jeffrey Morgan 2015-07-22 19:12:51 -07:00
parent 164de2c474
commit 5f3135bc56
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ cat << EOF
EOF EOF
echo -e "${BLUE}docker${NC} is configured to use the ${GREEN}$DEV${NC} machine with IP ${GREEN}$($DOCKER_MACHINE ip $DEV)${NC}" echo -e "${BLUE}docker${NC} is configured to use the ${GREEN}$VM${NC} machine with IP ${GREEN}$($DOCKER_MACHINE ip $VM)${NC}"
echo "For help getting started, check out the docs at https://docs.docker.com" echo "For help getting started, check out the docs at https://docs.docker.com"
echo echo