1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fix argument name in nxos shared lib (#21912)

fixes #21895
This commit is contained in:
Peter Sprygada 2017-02-24 13:23:31 -05:00 committed by GitHub
parent 97e12b0898
commit c85d794d83

View file

@ -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']