From 69874a4dcadeec28cceeaf91531c7dbc8ce05f0d Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Fri, 7 Oct 2016 16:30:02 +0200 Subject: [PATCH] build: fix typo in error message help "hasn't been set of is set" --> "hasn't been set or is set" --- build/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/common.sh b/build/common.sh index dc60a8c5ff4..b3d40d13f7b 100755 --- a/build/common.sh +++ b/build/common.sh @@ -262,7 +262,7 @@ Possible causes: - Linux: confirm via your init system - macOS w/ docker-machine: run `docker-machine ls` and `docker-machine start ` - macOS w/ Docker for Mac: Check the menu bar and start the Docker application - - DOCKER_HOST hasn't been set of is set incorrectly + - DOCKER_HOST hasn't been set or is set incorrectly - Linux: domain socket is used, DOCKER_* should be unset. In Bash run `unset ${!DOCKER_*}` - macOS w/ docker-machine: run `eval "$(docker-machine env )"` - macOS w/ Docker for Mac: domain socket is used, DOCKER_* should be unset. In Bash run `unset ${!DOCKER_*}`