Update run.go

fix comment
This commit is contained in:
Cyrille Hemidy 2018-04-17 10:52:35 +02:00 committed by GitHub
parent 7e3ace54d5
commit 44a97ae53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {