From e4223b3b31bcbb2d187c9acc18e75946952e1f41 Mon Sep 17 00:00:00 2001 From: MaxKless <34165455+MaxKless@users.noreply.github.com> Date: Fri, 10 May 2024 17:42:14 +0200 Subject: [PATCH] docs(nx-cloud): fix nx-cloud validate command example path (#23306) --- docs/nx-cloud/reference/launch-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nx-cloud/reference/launch-templates.md b/docs/nx-cloud/reference/launch-templates.md index d06666f7dcf66..65af74bc329b2 100644 --- a/docs/nx-cloud/reference/launch-templates.md +++ b/docs/nx-cloud/reference/launch-templates.md @@ -321,7 +321,7 @@ within the launch template and all respective inputs within each step are approp To do this, run the `nx-cloud validate` command, with the path to the launch template: ```shell -nx-cloud validate --workflow-file=./nx/workflows/agents.yaml +nx-cloud validate --workflow-file=./.nx/workflows/agents.yaml ``` ## Pass Environment Variables to Agents