Skip to content

Commit 705256f

Browse files
authored
fix: README.md
1 parent 2def2a2 commit 705256f

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
@@ -486,7 +486,7 @@ git workspace compose logs -f
486486
git workspace compose down
487487

488488
# from outside the workspace
489-
git workspace compose -r ~/projects/my-workspace ps
489+
git workspace -r ~/projects/my-workspace compose ps
490490
```
491491

492492
The project name is automatically derived from the workspace directory name (slugified to match docker compose naming rules), so services from different workspaces never collide.

0 commit comments

Comments
 (0)