mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows: Daemon compile was broken
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
23dab01ed2
commit
fe8cfc5b39
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import "github.com/docker/docker/daemon/execdriver"
|
|||
|
||||
type info struct {
|
||||
ID string
|
||||
driver *driver
|
||||
driver *Driver
|
||||
}
|
||||
|
||||
// Info implements the exec driver Driver interface.
|
||||
|
|
Loading…
Reference in a new issue