Merge pull request #13832 from mapk0y/fix-error-msg

fix typo.
Upstream-commit: add64dc297a4549e1abe0e0c5176eeabd198fb47
Component: engine
This commit is contained in:
Tibor Vass
2015-06-10 16:38:07 -04:00
@@ -86,7 +86,7 @@ func Init(base string, opt []string) (graphdriver.Driver, error) {
}
if rootDataset == nil {
return nil, fmt.Errorf("BUG: zfs get all -t filesystems -rHp '%s' should contain '%s'", options.fsName, options.fsName)
return nil, fmt.Errorf("BUG: zfs get all -t filesystem -rHp '%s' should contain '%s'", options.fsName, options.fsName)
}
d := &Driver{