mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
fix typo in edit_config_capability name (#44102)
This commit is contained in:
committed by
Trishna Guha
parent
21066410be
commit
727503c5ab
@@ -402,7 +402,7 @@ class CliconfBase(AnsiblePlugin):
|
||||
"""
|
||||
pass
|
||||
|
||||
def check_edit_config_capabiltiy(self, operations, candidate=None, commit=True, replace=None, comment=None):
|
||||
def check_edit_config_capability(self, operations, candidate=None, commit=True, replace=None, comment=None):
|
||||
|
||||
if not candidate and not replace:
|
||||
raise ValueError("must provide a candidate or replace to load configuration")
|
||||
|
||||
Reference in New Issue
Block a user