diff --git a/pkg/commands/run.go b/pkg/commands/run.go index f273d3d63..699b23dfe 100644 --- a/pkg/commands/run.go +++ b/pkg/commands/run.go @@ -80,7 +80,7 @@ func (r *RunCommand) FilesToSnapshot() []string { return nil } -// Author returns some information about the command for the image config +// CreatedBy returns some information about the command for the image config func (r *RunCommand) CreatedBy() string { cmdLine := strings.Join(r.cmd.CmdLine, " ") if r.cmd.PrependShell {