We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079797f commit 0867f5bCopy full SHA for 0867f5b
1 file changed
docker-java-core/src/main/java/com/github/dockerjava/core/DefaultDockerClientConfig.java
@@ -454,7 +454,7 @@ public DefaultDockerClientConfig build() {
454
private String checkDockerCertPath(String dockerCertPath) {
455
if (StringUtils.isEmpty(dockerCertPath)) {
456
throw new DockerClientException(
457
- "Enabled TLS verification (DOCKER_TLS_VERIFY=1) but certifate path (DOCKER_CERT_PATH) is not defined.");
+ "Enabled TLS verification (DOCKER_TLS_VERIFY=1) but certificate path (DOCKER_CERT_PATH) is not defined.");
458
}
459
460
File certPath = new File(dockerCertPath);
0 commit comments