Typo fix then -> than
Signed-off-by: Miguel Morales <mimoralea@hp.com> Upstream-commit: 95e3a4ca6d7635e11d606a1011e0a55146c68460 Component: engine
This commit is contained in:
committed by
Miguel Morales
parent
56ea150002
commit
eeab72d8f5
@ -768,7 +768,7 @@ func (devices *DeviceSet) setupBaseImage() error {
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user