diff --git a/pkg/tools/tools.go b/pkg/tools/tools.go index 874d6c8c..427e67b1 100644 --- a/pkg/tools/tools.go +++ b/pkg/tools/tools.go @@ -37,7 +37,7 @@ import ( func LoadImagesIntoCluster(runtime runtimes.Runtime, images []string, cluster *k3d.Cluster, keepTarball bool) error { cluster, err := k3dc.GetCluster(cluster, runtime) if err != nil { - log.Errorf("Failed to get cluster '%s'", cluster.Name) + log.Errorf("Failed to find the specified cluster") return err }