This is an automated email from the ASF dual-hosted git repository.
joshfell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 20d0a41004 Correct `hatch` command for show available venvs (#36729)
20d0a41004 is described below
commit 20d0a41004c17420ae1cf5694437dfee37f5cfa9
Author: Andrey Anshin <[email protected]>
AuthorDate: Thu Jan 11 08:07:39 2024 +0400
Correct `hatch` command for show available venvs (#36729)
---
LOCAL_VIRTUALENV.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/LOCAL_VIRTUALENV.rst b/LOCAL_VIRTUALENV.rst
index e7dc4d4ee4..556d99ff7e 100644
--- a/LOCAL_VIRTUALENV.rst
+++ b/LOCAL_VIRTUALENV.rst
@@ -167,7 +167,7 @@ You can see the list of available envs with:
.. code:: bash
- hatch show env
+ hatch env show
This is what it shows currently: