mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Merge pull request #4604 from ryanpetrello/host-not-hosts
cli: fix an awx CLI alias typo
Reviewed-by: Christian Adams <rooftopcellist@gmail.com>
https://github.com/rooftopcellist
This commit is contained in:
commit
1a01fdb02d
@ -16,7 +16,7 @@ DEPRECATED_RESOURCES = {
|
||||
'credentials': 'credential',
|
||||
'credential_types': 'credential_type',
|
||||
'groups': 'group',
|
||||
'hosts': 'hosts',
|
||||
'hosts': 'host',
|
||||
'instances': 'instance',
|
||||
'instance_groups': 'instance_group',
|
||||
'inventory_scripts': 'inventory_script',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user