Skip to content

Commit 5e8ec2d

Browse files
Kovács Bertalanrg0now
authored andcommitted
fix: corrected path for checking answers in 99-labs/06-manageability/README.md
1 parent 7909311 commit 5e8ec2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

99-labs/06-manageability/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Your job is now to add the necessary settings to the `splitdim` container templa
141141
> ```
142142
> - wait a bit until the pod restarts and run the tests:
143143
> ```shell
144-
> cd 99-labs/code
144+
> cd 99-labs/code/splitdim
145145
> export EXTERNAL_IP=$(kubectl get service splitdim -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
146146
> export EXTERNAL_PORT=80
147147
> go test ./... --tags=httphandler,api,localconstructor,reset,transfer,accounts,clear -v -count 1

0 commit comments

Comments
 (0)