mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Fix typo in cliconf get_config (#43553)
This commit is contained in:
parent
572a2187ab
commit
733e512f35
5 changed files with 11 additions and 11 deletions
|
@ -54,7 +54,7 @@ class Cliconf(CliconfBase):
|
|||
|
||||
return device_info
|
||||
|
||||
def get_config(self, flag=None, format=None):
|
||||
def get_config(self, flags=None, format=None):
|
||||
if format:
|
||||
option_values = self.get_option_values()
|
||||
if format not in option_values['format']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue