Skip to content

Commit

Permalink
fix: typo in cli.md (#3210)
Browse files Browse the repository at this point in the history
  • Loading branch information
boisgera authored Feb 25, 2025
1 parent 9ce4a91 commit 7c66a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ The `run` commands first checks if the environment is ready to use.
When you didn't run `pixi install` the run command will do that for you.
The custom tasks defined in the [manifest file](pixi_manifest.md) are also available through the run command.

You cannot run `pixi run source setup.bash` as `source` is not available in the `deno_task_shell` commandos and not an executable.
You cannot run `pixi run source setup.bash` as `source` is not available in the `deno_task_shell` commands and not an executable.

##### Arguments

Expand Down

0 comments on commit 7c66a6e

Please sign in to comment.