Fix typo in error message (#1494)
This commit is contained in:
parent
131828a1ad
commit
c982956c15
|
|
@ -675,7 +675,7 @@ func DoBuild(opts *config.KanikoOptions) (v1.Image, error) {
|
||||||
|
|
||||||
// Delete the filesystem
|
// Delete the filesystem
|
||||||
if err := util.DeleteFilesystem(); err != nil {
|
if err := util.DeleteFilesystem(); err != nil {
|
||||||
return nil, errors.Wrap(err, fmt.Sprintf("deleting file system after satge %d", index))
|
return nil, errors.Wrap(err, fmt.Sprintf("deleting file system after stage %d", index))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue