1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 13:55:31 +03:00

Merge pull request #6252 from gamuniz/fix_typo_meta

removed extra quotes in example

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-03-11 00:14:46 +00:00 committed by GitHub
commit 7ac21b4922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ aim_inputs = {
'id': 'object_query', 'id': 'object_query',
'label': _('Object Query'), 'label': _('Object Query'),
'type': 'string', 'type': 'string',
'help_text': _('Lookup query for the object. Ex: "Safe=TestSafe;Object=testAccountName123"'), 'help_text': _('Lookup query for the object. Ex: Safe=TestSafe;Object=testAccountName123'),
}, { }, {
'id': 'object_query_format', 'id': 'object_query_format',
'label': _('Object Query Format'), 'label': _('Object Query Format'),