From 6c4c67734a69e8bf041d11e1e4ecf8db1de7c670 Mon Sep 17 00:00:00 2001 From: up9-github Date: Thu, 22 Apr 2021 13:21:51 +0300 Subject: [PATCH] Update mizu.go --- cli/mizu/mizu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/mizu/mizu.go b/cli/mizu/mizu.go index fe959bbe6..9cdeda745 100644 --- a/cli/mizu/mizu.go +++ b/cli/mizu/mizu.go @@ -90,7 +90,7 @@ func createPodAndPortForward(ctx context.Context, kubernetesProvider *kubernetes case <- time.After(10 * time.Second): if !isPodReady { - fmt.Printf("error: %s pod was not ready in time!", podName) + fmt.Printf("error: %s pod was not ready in time", podName) cancel() }