From d3c8a99b9448c656034a0ca4731da71f6b7c012d Mon Sep 17 00:00:00 2001 From: Emanuel Palm Date: Fri, 2 Feb 2024 18:46:08 +0100 Subject: [PATCH] fix workspace switch cli example (#1029) Signed-off-by: Emanuel Palm --- docs/content/guides/operations/workspaces/overview/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guides/operations/workspaces/overview/index.md b/docs/content/guides/operations/workspaces/overview/index.md index 6b1ed217b..4a799a25f 100644 --- a/docs/content/guides/operations/workspaces/overview/index.md +++ b/docs/content/guides/operations/workspaces/overview/index.md @@ -61,7 +61,7 @@ rad workspace delete -w myenv [rad workspace switch]({{< ref rad_workspace_switch >}}) switches the default workspace: ```bash -rad env switch -e myenv +rad workspace switch -w myworkspace ``` {{% /codetab %}}