This commit is contained in:
Igor Gov 2021-07-12 11:51:25 +03:00
parent 18c1473bd9
commit 77e01da6e8

View File

@ -258,7 +258,7 @@ func portForwardApiPod(ctx context.Context, kubernetesProvider *kubernetes.Provi
log.Fatal(fmt.Sprintf("Failed parsing the URL %v\n", err))
}
if _, err := http.Get(u.String()); err != nil {
fmt.Printf("error sending upload entries req %v, type: %T \n", err, err)
fmt.Printf("error sending upload entries req %v\n", err)
} else {
fmt.Printf(mizu.Purple, "Traffic is uploading to UP9 for further analsys")
fmt.Println()