summaryrefslogtreecommitdiffstats
path: root/ipaclient
diff options
context:
space:
mode:
Diffstat (limited to 'ipaclient')
-rw-r--r--ipaclient/remote_plugins/schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaclient/remote_plugins/schema.py b/ipaclient/remote_plugins/schema.py
index c84994dec..c817562fc 100644
--- a/ipaclient/remote_plugins/schema.py
+++ b/ipaclient/remote_plugins/schema.py
@@ -207,7 +207,7 @@ def _create_command(schema):
command = {}
command['name'] = name
if 'doc' in schema:
- command['doc'] = ConcatenatedLazyText(['doc'])
+ command['doc'] = ConcatenatedLazyText(schema['doc'])
if 'topic_topic' in schema:
command['topic'] = str(schema['topic_topic'])
else: