mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
fixed what would be a rather embarrassing misspeeeling
This commit is contained in:
@@ -14,7 +14,7 @@ class Command(BaseCommand):
|
|||||||
type=str,
|
type=str,
|
||||||
nargs='?',
|
nargs='?',
|
||||||
default='',
|
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):
|
def handle(self, *args, **options):
|
||||||
|
|||||||
Reference in New Issue
Block a user