diff --git a/pkg/bootstrap/bootstrap.go b/pkg/bootstrap/bootstrap.go index e0802525e1..ae56de7d93 100644 --- a/pkg/bootstrap/bootstrap.go +++ b/pkg/bootstrap/bootstrap.go @@ -169,7 +169,7 @@ func extractFromDir(dir, prefix string, img v1.Image, imgName string) error { return err } - // we're ignoring and returned errors since the likelihood here is that + // we're ignoring any returned errors since the likelihood is that // the error is that the new path already exists. That's indicative of a // previously bootstrapped system. If it's a different error, it's indicative // of an operating system or filesystem issue.