From 7c66a6e801bdce3039fdd8fafb04b15174c4ff86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Boisg=C3=A9rault?= Date: Tue, 25 Feb 2025 22:31:02 +0100 Subject: [PATCH] fix: typo in cli.md (#3210) --- docs/reference/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/cli.md b/docs/reference/cli.md index e137e0792..1ac817a34 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -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