From da3d54330c78dc8775b0eb8921af8878acefdc4f Mon Sep 17 00:00:00 2001 From: Brian Downs Date: Mon, 31 Aug 2020 16:42:03 -0700 Subject: [PATCH] update comment Signed-off-by: Brian Downs --- pkg/bootstrap/bootstrap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.