Skip to content

Commit 7b5cea1

Browse files
committed
adding debug statement
1 parent 163217d commit 7b5cea1

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator/utils

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/TestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ public static void createDockerRegistrySecret(
459459
+ dockerEmail
460460
+ " -n "
461461
+ namespace;
462-
logger.info("Running command "+command);
462+
logger.info("Running command " + command);
463463
ExecResult result = ExecCommand.exec(command);
464464
if (result.exitValue() != 0) {
465465
throw new RuntimeException("Couldn't create secret " + result.stderr());

0 commit comments

Comments
 (0)