Skip to content

Commit cef2e2f

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 26eab43 commit cef2e2f

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
@@ -121,7 +121,7 @@ public KeyMaterial materialize() throws IOException, InterruptedException {
121121
* @param blacklistedProperties
122122
* @return FilePath dockerConfig
123123
*/
124-
private FilePath UpdateDockerConfigFromSource(@Nonnull FilePath dockerConfig, @Nonnull FilePath dockerConfigSourcePath, @Nonnull String[] blacklistedProperties) throws IOException, InterruptedException {
124+
private FilePath updateDockerConfigFromSource(@Nonnull FilePath dockerConfig, @Nonnull FilePath dockerConfigSourcePath, @Nonnull String[] blacklistedProperties) throws IOException, InterruptedException {
125125
// Make sure config exists
126126
if (dockerConfigSourcePath.exists()) {
127127
String configJson = dockerConfigSourcePath.readToString();

0 commit comments

Comments
 (0)