Revision f2e2663e kamaki/cli/command_shell.py

b/kamaki/cli/command_shell.py
165 165
            # exec command or change context
166 166
            if subcmd.is_command:  # exec command
167 167
                cls = subcmd.get_class()
168
                if subcmd.path == 'history_recall':
168
                if subcmd.path == 'history_load':
169 169
                    instance = cls(dict(cmd_parser.arguments), self.cmd_tree)
170 170
                else:
171 171
                    instance = cls(dict(cmd_parser.arguments))

Also available in: Unified diff