Skip to content

Commit 98777eb

Browse files
committed
fix: README
1 parent 02f5733 commit 98777eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To test a workflow within Warp before submitting, you can use it as a local work
6565
To do this:
6666
1) Copy the workflow to your local `~/.warp/workflows` directory:
6767
```bash
68-
mkdir -p ~/.warp/workflows && cp {{workflow}}.yaml; ~/.warp/workflows/
68+
mkdir -p ~/.warp/workflows && cp {{workflow}}.yaml ~/.warp/workflows/
6969
```
7070
2) Open Warp and open workflows by pressing `ctrl-shift-r` or using the command palette.
7171
3) Click on "My Workflows" on the left to filter for local workflows.

0 commit comments

Comments
 (0)