Преглед изворни кода

Fix incorrect comment

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard пре 8 година
родитељ
комит
b83076bfc0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      builder/builder.go

+ 1 - 1
builder/builder.go

@@ -129,7 +129,7 @@ type Backend interface {
 	ContainerWait(containerID string, timeout time.Duration) (int, error)
 	ContainerWait(containerID string, timeout time.Duration) (int, error)
 	// ContainerUpdateCmdOnBuild updates container.Path and container.Args
 	// ContainerUpdateCmdOnBuild updates container.Path and container.Args
 	ContainerUpdateCmdOnBuild(containerID string, cmd []string) error
 	ContainerUpdateCmdOnBuild(containerID string, cmd []string) error
-	// ContainerCreateWorkdir creates the workdir (currently only used on Windows)
+	// ContainerCreateWorkdir creates the workdir
 	ContainerCreateWorkdir(containerID string) error
 	ContainerCreateWorkdir(containerID string) error
 
 
 	// ContainerCopy copies/extracts a source FileInfo to a destination path inside a container
 	// ContainerCopy copies/extracts a source FileInfo to a destination path inside a container