graphdriver interface name change, typo fix
Signed-off-by: Josh Hawn <josh.hawn@docker.com> Upstream-commit: 09ad65ebd5b50fdd7621f42136278102586a7ea8 Component: engine
This commit is contained in:
@ -43,7 +43,7 @@ func Init(home string, options []string) (graphdriver.Driver, error) {
|
||||
home: home,
|
||||
}
|
||||
|
||||
return graphdriver.NewGenericDriverWrapper(d), nil
|
||||
return graphdriver.NaiveDiffDriver(d), nil
|
||||
}
|
||||
|
||||
func (d *Driver) String() string {
|
||||
|
||||
Reference in New Issue
Block a user