From 84133ca92aa080ed9d27633b912ccdfdb8f7ec7f Mon Sep 17 00:00:00 2001 From: afkham Date: Tue, 2 Jul 2019 15:13:21 +0530 Subject: [PATCH] Fix typo --- internal/views/exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/views/exec.go b/internal/views/exec.go index 51a09537..f10ee4a6 100644 --- a/internal/views/exec.go +++ b/internal/views/exec.go @@ -16,7 +16,7 @@ import ( func runK(clear bool, app *appView, args ...string) bool { bin, err := exec.LookPath("kubectl") if err != nil { - log.Error().Msgf("Unable to find kubeclt command in path %v", err) + log.Error().Msgf("Unable to find kubectl command in path %v", err) return false }