Skip to content

Commit b15cc7f

Browse files
authored
Fix command in managing_workflows.md
1 parent 324e29b commit b15cc7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/managing_workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ snk install --name my-workflow Wytamma/snk-basic-pipeline && my-workflow -h
8888

8989
Use `--tag` to specify the tag (version) of the workflow to install. You can specify a branch name, or tag. If not specified, the latest commit will be installed.
9090
```bash
91-
snk install --tag v1.0 Wytamma/snk-basic-pipeline && my-workflow -v
91+
snk install --tag v1.0 Wytamma/snk-basic-pipeline && snk-basic-pipeline -v
9292
```
9393

9494
Use `--commit` to specify the commit (SHA) of the workflow to install. If not specified, the latest commit will be installed.

0 commit comments

Comments
 (0)