mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 21:37:42 -02:30
cli: fix a minor bug in uniqueness rule detection
This commit is contained in:
@@ -181,7 +181,7 @@ class CLI(object):
|
||||
_filter == '.' and
|
||||
self.resource in UNIQUENESS_RULES
|
||||
):
|
||||
_filter = UNIQUENESS_RULES[self.resource]
|
||||
_filter = ', '.join(UNIQUENESS_RULES[self.resource])
|
||||
|
||||
formatted = format_response(
|
||||
response,
|
||||
|
||||
Reference in New Issue
Block a user