From fe73b7acc77301b60de2a401651c9ec359419a0e Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Wed, 20 Mar 2024 20:25:54 +0100 Subject: [PATCH] docs: fix typo (#1028) --- docs/design_proposals/multi_environment_proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_proposals/multi_environment_proposal.md b/docs/design_proposals/multi_environment_proposal.md index aa9f7c68f..358a09860 100644 --- a/docs/design_proposals/multi_environment_proposal.md +++ b/docs/design_proposals/multi_environment_proposal.md @@ -87,7 +87,7 @@ test = "pytest" [environments] test = ["test"] -# `pixi run test` == `pixi run --environments test test` +# `pixi run test` == `pixi run --environment test test` ``` The environment definition should contain the following fields: