fix typo.
Signed-off-by: mapk0y <mapk0y@gmail.com>
This commit is contained in:
parent
5e86b818ed
commit
416e855e9b
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Reference in a new issue