mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Typo fix then -> than
Signed-off-by: Miguel Morales <mimoralea@hp.com>
This commit is contained in:
parent
fdc73cc3fc
commit
95e3a4ca6d
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ func (devices *DeviceSet) setupBaseImage() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := devices.verifyBaseDeviceUUID(oldInfo); err != nil {
|
if err := devices.verifyBaseDeviceUUID(oldInfo); err != nil {
|
||||||
return fmt.Errorf("Base Device UUID verification failed. Possibly using a different thin pool then last invocation:%v", err)
|
return fmt.Errorf("Base Device UUID verification failed. Possibly using a different thin pool than last invocation:%v", err)
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue