addressing lint issues
This commit is contained in:
parent
2d73c2d996
commit
2b6965b294
|
|
@ -149,7 +149,7 @@ func (c *CopyCommand) CacheCommand(img v1.Image) DockerCommand {
|
||||||
|
|
||||||
return &CachingCopyCommand{
|
return &CachingCopyCommand{
|
||||||
img: img,
|
img: img,
|
||||||
cmd: r.cmd,
|
cmd: c.cmd,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue