From 44a97ae53fb0924ed6a36b6e251fa2ede1e008d0 Mon Sep 17 00:00:00 2001 From: Cyrille Hemidy Date: Tue, 17 Apr 2018 10:52:35 +0200 Subject: [PATCH] Update run.go fix comment --- pkg/commands/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {