mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-02 11:58:01 +08:00
add \n
This commit is contained in:
parent
ee2c6d8409
commit
d025b047fb
@ -1 +1 @@
|
||||
Subproject commit 4c7ba7d72d8d3e7e04e83a4bd1b6a1aa2a7b82ea
|
||||
Subproject commit 6a516337ef8917a28439875f242459c398a61e25
|
@ -197,7 +197,7 @@ public class DockerBuild implements AutoCloseable {
|
||||
}
|
||||
for (String s : copy) {
|
||||
List<String> split = StrUtil.split(s, StrUtil.COLON);
|
||||
logRecorder.info("send file to : {}", split.get(1));
|
||||
logRecorder.info("send file to : {}\n", split.get(1));
|
||||
dockerClient.copyArchiveToContainerCmd(containerId)
|
||||
.withHostResource(split.get(0))
|
||||
.withRemotePath(split.get(1))
|
||||
|
Loading…
Reference in New Issue
Block a user