mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
fixed what would be a rather embarrassing misspeeeling
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user