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 d728e7b commit eedb980
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 @@ -30,7 +30,7 @@ class Error(Enum):

TargetPlatformNotSupported = error.ExaError(
"E-ITDE-2",
"The platform you are running on is not supported.",
"The platform ITDE is running on is not supported.",
["Make sure you are using one of the following platforms: [linux, darwin]."],
{}
)
Expand Down

0 comments on commit eedb980

Please sign in to comment.