Skip to content

Commit

Permalink
Update exasol_integration_test_docker_environment/doctor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Kuhnke <[email protected]>
  • Loading branch information
Nicoretti and ckunki authored Dec 4, 2023
1 parent eedb980 commit 7f2b14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exasol_integration_test_docker_environment/doctor.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Error(Enum):
UnixSocketNotAvailable = error.ExaError(
"E-ITDE-1",
"Could not find unix socket to connect to.",
["Make sure your DOCKER_HOST environment variable is configured correctly."],
["Make sure environment variable DOCKER_HOST is configured correctly."],
{}
)

Expand Down

0 comments on commit 7f2b14d

Please sign in to comment.