Skip to content

Commit

Permalink
Add missing --copy flag.
Browse files Browse the repository at this point in the history
Just a typo. 😄
  • Loading branch information
anthonyshew committed May 18, 2023
1 parent e3a5cfb commit 7f975e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ turbo gen workspace --copy
Create a new workspace in your monorepo by copying from a remote workspace.

```sh
turbo gen workspace -e https://github.com/vercel/turbo/tree/main/examples/with-tailwind/packages/tailwind-config
turbo gen workspace --copy -e https://github.com/vercel/turbo/tree/main/examples/with-tailwind/packages/tailwind-config
```

<Callout>
Expand Down

0 comments on commit 7f975e7

Please sign in to comment.