Skip to content

Commit 9e15516

Browse files
authored
Merge pull request #1 from avimanyum/W-14925234
Fix logging
2 parents e604ebb + 3e4705f commit 9e15516

File tree

1 file changed

+1
-1
lines changed
  • dockerfile-image-update/src/main/java/com/salesforce/dockerfileimageupdate/utils

1 file changed

+1
-1
lines changed

dockerfile-image-update/src/main/java/com/salesforce/dockerfileimageupdate/utils/PullRequests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void prepareToCreate(final Namespace ns,
3232
//If the repository has been onboarded to renovate enterprise, skip sending the DFIU PR
3333
if(ns.getBoolean(Constants.CHECK_FOR_RENOVATE)
3434
&& (isRenovateEnabled(Constants.RENOVATE_CONFIG_FILEPATHS, forkWithContentPaths.get()))) {
35-
log.info("Found a renovate configuration file in the repo %s. Skip sending DFIU PRs to this repository.", forkWithContentPaths.get().getParent().getFullName());
35+
log.info(String.format("Found a renovate configuration file in the repo %s. Skip sending DFIU PRs to this repository.", forkWithContentPaths.get().getParent().getFullName()));
3636
} else {
3737
dockerfileGitHubUtil.changeDockerfiles(ns,
3838
pathToDockerfilesInParentRepo,

0 commit comments

Comments
 (0)