Skip to content

Commit

Permalink
Fix example in docs (#994)
Browse files Browse the repository at this point in the history
Updated environment.md example command using cowsay. Cowsay commands now need a -t flag in version 6+
  • Loading branch information
acuba001 authored Oct 11, 2023
1 parent 637808e commit 9d62c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Hatch ensures that environments are always compatible with the currently defined
For example, add `cowsay` as a dependency then try to run it:

```console
$ hatch run cowsay "Hello, world!"
$ hatch run cowsay -t "Hello, world!"
Syncing dependencies
_____________
| Hello, world! |
Expand Down

0 comments on commit 9d62c6e

Please sign in to comment.