Skip to content

Commit

Permalink
Update environment_setup.md (flyteorg#4963)
Browse files Browse the repository at this point in the history
The worflow names in the section 'Visualizing workflows' are configured incorrectly. The corrections have been made.

Signed-off-by: ssen85 <[email protected]>
  • Loading branch information
ssen85 authored Mar 27, 2024
1 parent 7c57d51 commit ed715d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide/environment_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ flytectl get workflows \
--domain development \
--version <version> \
-o doturl \
basics.workflow.simple_wf
workflow.simple_wf
```

To view workflow as a `strict digraph` on the command line:
Expand All @@ -152,7 +152,7 @@ flytectl get workflows \
--domain development \
--version <version> \
-o dot \
basics.workflow.simple_wf
workflow.simple_wf
```

Replace `<version>` with the version obtained from the console UI,
Expand Down

0 comments on commit ed715d6

Please sign in to comment.