Skip to content

Commit

Permalink
docs(nx-cloud): fix nx-cloud validate command example path (#23306)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless authored May 10, 2024
1 parent 77e926a commit e4223b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nx-cloud/reference/launch-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4223b3

Please sign in to comment.