mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 01:44:03 -07:00
fix typo in edit_config_capability name (#44102)
This commit is contained in:
parent
21066410be
commit
727503c5ab
9 changed files with 9 additions and 9 deletions
|
@ -85,7 +85,7 @@ class Cliconf(CliconfBase):
|
|||
|
||||
def edit_config(self, candidate=None, commit=True, admin=False, replace=None, comment=None, label=None):
|
||||
operations = self.get_device_operations()
|
||||
self.check_edit_config_capabiltiy(operations, candidate, commit, replace, comment)
|
||||
self.check_edit_config_capability(operations, candidate, commit, replace, comment)
|
||||
|
||||
resp = {}
|
||||
results = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue