Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abuchanan-airbyte committed Oct 31, 2024
1 parent 437f32e commit a526648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cmd/local/k8s/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ func (k *kindCluster) Exists(ctx context.Context) bool {
}

// LoadImages pulls images from Docker Hub, and loads them into the kind cluster.
// This is a best-effort optimization, which is why it doesn't an error;
// it's possible that only some images will be loaded.
// This is a best-effort optimization, which is why it doesn't return an error.
// It's possible that only some images will be loaded.
func (k *kindCluster) LoadImages(ctx context.Context, images []string) {
err := k.loadImages(ctx, images)
pterm.Debug.Printfln("failed to load images: %s", err)
Expand Down

0 comments on commit a526648

Please sign in to comment.