Update mizu.go

This commit is contained in:
up9-github
2021-04-22 13:21:51 +03:00
parent 129e7c9488
commit 6c4c67734a

View File

@@ -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()
}