From 2ed3038a5c0e1781888c16d999773d0d130fd3db Mon Sep 17 00:00:00 2001 From: Rebeccah Date: Wed, 19 May 2021 09:52:37 -0400 Subject: [PATCH] fixed what would be a rather embarrassing misspeeeling --- awx/main/management/commands/export_custom_venv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/management/commands/export_custom_venv.py b/awx/main/management/commands/export_custom_venv.py index 93ef6d71f4..b63a7492af 100644 --- a/awx/main/management/commands/export_custom_venv.py +++ b/awx/main/management/commands/export_custom_venv.py @@ -14,7 +14,7 @@ class Command(BaseCommand): type=str, nargs='?', default='', - help='run this with a path to a virutal environment as an argument to see the pip freeze data', + help='run this with a path to a virtual environment as an argument to see the pip freeze data', ) def handle(self, *args, **options):