Signed-off-by: Andy Grover <agrover@xxxxxxxxxx> --- targetcli/ui_backstore.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/targetcli/ui_backstore.py b/targetcli/ui_backstore.py index ea23294..94c6988 100644 --- a/targetcli/ui_backstore.py +++ b/targetcli/ui_backstore.py @@ -289,7 +289,7 @@ class UIIBlockBackstore(UIBackstore): IBlock backstore UI. ''' def __init__(self, parent): - UIBackstore.__init__(self, 'iblock', parent) + UIBackstore.__init__(self, 'block', parent) def ui_command_create(self, name, dev): ''' -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html