mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
Fix generated file.
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -171,7 +171,7 @@ func (nh *nodeHandle) CombinedOutputLines(command string, args ...string) ([]str
|
||||
func (nh *nodeHandle) CopyTo(source, dest string) error {
|
||||
cmd := exec.Command("docker", "cp")
|
||||
cmd.Args = append(cmd.Args,
|
||||
source, // from the source file
|
||||
source, // from the source file
|
||||
nh.nameOrID+":"+dest, // to the node, at dest
|
||||
)
|
||||
cmd.InheritOutput = true
|
||||
|
||||
Reference in New Issue
Block a user