Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0867f5b

Browse files
authored
Fix typo of certificate (#2053)
1 parent 079797f commit 0867f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-java-core/src/main/java/com/github/dockerjava/core/DefaultDockerClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ public DefaultDockerClientConfig build() {
454454
private String checkDockerCertPath(String dockerCertPath) {
455455
if (StringUtils.isEmpty(dockerCertPath)) {
456456
throw new DockerClientException(
457-
"Enabled TLS verification (DOCKER_TLS_VERIFY=1) but certifate path (DOCKER_CERT_PATH) is not defined.");
457+
"Enabled TLS verification (DOCKER_TLS_VERIFY=1) but certificate path (DOCKER_CERT_PATH) is not defined.");
458458
}
459459

460460
File certPath = new File(dockerCertPath);

0 commit comments

Comments
 (0)