Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <[email protected]>
  • Loading branch information
briandowns committed Aug 31, 2020
1 parent d5aadbd commit da3d543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bootstrap/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit da3d543

Please sign in to comment.