Skip to content

Commit 5ba1316

Browse files
Update src/main/java/org/jenkinsci/plugins/docker/commons/impl/RegistryKeyMaterialFactory.java
Co-Authored-By: Oleg Nenashev <o.v.nenashev@gmail.com>
1 parent cef2e2f commit 5ba1316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/docker/commons/impl/RegistryKeyMaterialFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public KeyMaterial materialize() throws IOException, InterruptedException {
9393
// Need to get tmp dir - get base dir length and increase by 1 to include the path separator
9494
String existingTmpConfigDir = existingDockerSecretConfigPath.substring(baseDir.getRemote().length() + 1);
9595
FilePath existingDockerConfigPath = baseDir.child(existingTmpConfigDir).child(DOCKER_CONFIG_FILENAME);
96-
dockerConfig = UpdateDockerConfigFromSource(dockerConfig, existingDockerConfigPath, BLACKLISTED_NESTED_PROPERTIES);
96+
dockerConfig = updateDockerConfigFromSource(dockerConfig, existingDockerConfigPath, BLACKLISTED_NESTED_PROPERTIES);
9797
}
9898

9999
try {

0 commit comments

Comments
 (0)