addressing lint issues

This commit is contained in:
Don McCasland 2019-10-07 13:11:09 -07:00
parent 2d73c2d996
commit 2b6965b294
No known key found for this signature in database
GPG Key ID: 2B332A542CE5FE1B
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ func (c *CopyCommand) CacheCommand(img v1.Image) DockerCommand {
return &CachingCopyCommand{
img: img,
cmd: r.cmd,
cmd: c.cmd,
}
}