fix argument name in nxos shared lib (#21912)

fixes #21895
pull/21804/merge
Peter Sprygada 7 years ago committed by GitHub
parent 97e12b0898
commit c85d794d83

@ -306,7 +306,7 @@ class Nxapi:
return responses
def load_config(self, config):
def load_config(self, commands):
"""Sends the ordered set of commands to the device
"""
cmds = ['configure terminal']

Loading…
Cancel
Save