From 33c8b0d5952f5266b359255c8a67ee189cfa9491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kov=C3=A1cs=20Bertalan?= Date: Wed, 26 Nov 2025 17:42:00 +0100 Subject: [PATCH] fix: corrected path for checking answers in 99-labs/06-manageability/README.md --- 99-labs/06-manageability/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/99-labs/06-manageability/README.md b/99-labs/06-manageability/README.md index c15dd2e..8e77a3c 100644 --- a/99-labs/06-manageability/README.md +++ b/99-labs/06-manageability/README.md @@ -141,7 +141,7 @@ Your job is now to add the necessary settings to the `splitdim` container templa > ``` > - wait a bit until the pod restarts and run the tests: > ```shell -> cd 99-labs/code +> cd 99-labs/code/splitdim > export EXTERNAL_IP=$(kubectl get service splitdim -o jsonpath='{.status.loadBalancer.ingress[0].ip}') > export EXTERNAL_PORT=80 > go test ./... --tags=httphandler,api,localconstructor,reset,transfer,accounts,clear -v -count 1