From f98c938c6b0b431d07d351eb94dfc73181cc6d60 Mon Sep 17 00:00:00 2001 From: Afonso Pinto Date: Fri, 19 Jan 2024 14:56:15 +0000 Subject: [PATCH] Update cloud-harness-wsl2-setup.md --- docs/tutorials/cloud-harness-wsl2-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/cloud-harness-wsl2-setup.md b/docs/tutorials/cloud-harness-wsl2-setup.md index 41f839d1..7caa0289 100644 --- a/docs/tutorials/cloud-harness-wsl2-setup.md +++ b/docs/tutorials/cloud-harness-wsl2-setup.md @@ -52,7 +52,7 @@ C:\Windows\System32\drivers\etc\hosts There are certain scripts that need to be run when running the CloudHarness and its dependent applications for the first time in a system. These are `sc.yaml` and `cluster-init.sh` which can be found in the following path w.r.t. cloud-harness. ``` -kubectl apply -f cloudharness/deployment/sc.yaml +kubectl apply -f cloud-harness/deployment/sc.yaml ``` ```