From d3ec072193fd7345d1145fc37216db2605deb136 Mon Sep 17 00:00:00 2001 From: Medya Ghazizadeh Date: Wed, 3 Nov 2021 14:24:17 -0700 Subject: [PATCH] Update test/integration/no_kubernetes.go Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com> --- test/integration/no_kubernetes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/no_kubernetes.go b/test/integration/no_kubernetes.go index 1530f5e710..bdbed75a5f 100644 --- a/test/integration/no_kubernetes.go +++ b/test/integration/no_kubernetes.go @@ -96,7 +96,7 @@ func validateStopNoK8S(ctx context.Context, t *testing.T, profile string) { args := []string{"stop", "-p", profile} rr, err := Run(t, exec.CommandContext(ctx, Target(), args...)) if err != nil { - t.Fatalf("Failed to stop minikbue %q : %v", rr.Command(), err) + t.Fatalf("Failed to stop minikube %q : %v", rr.Command(), err) } }