Skip to content

Commit 057d625

Browse files
committed
Changed where the types live
Signed-off-by: David Gannon <19214156+dgannon991@users.noreply.github.com>
1 parent c2aef98 commit 057d625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/docker/docker.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ func (d *Driver) exec(op *driver.Operation) (driver.OperationResult, error) {
226226
if err != nil {
227227
return driver.OperationResult{}, fmt.Errorf("error staging files: %s", err)
228228
}
229-
options := types.CopyToContainerOptions{
229+
options := container.CopyToContainerOptions{
230230
AllowOverwriteDirWithFile: false,
231231
}
232232
// This copies the tar to the root of the container. The tar has been assembled using the

0 commit comments

Comments
 (0)