Fix nxos_smu error (#30157)

(cherry picked from commit f973f93963)
pull/30252/head
Mike Wiebe 8 years ago committed by Toshio Kuratomi
parent 13321de19d
commit ebdbc926ce

@ -115,8 +115,7 @@ def get_commands(module, pkg, file_system):
commands.append('install activate {0}{1} force'.format(
file_system, pkg))
command = 'show install committed'
install_body = execute_show_command(command, module,
command_type='cli_show_ascii')
install_body = execute_show_command(command, module)
if fixed_pkg not in install_body[0]:
commands.append('install commit {0}{1}'.format(file_system, pkg))

Loading…
Cancel
Save