mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
fix typo in edit_config_capability name (#44102)
This commit is contained in:
committed by
Trishna Guha
parent
21066410be
commit
727503c5ab
@@ -79,7 +79,7 @@ class HttpApi(HttpApiBase):
|
||||
resp = list()
|
||||
|
||||
operations = self.connection.get_device_operations()
|
||||
self.connection.check_edit_config_capabiltiy(operations, candidate, commit, replace, comment)
|
||||
self.connection.check_edit_config_capability(operations, candidate, commit, replace, comment)
|
||||
|
||||
if replace:
|
||||
device_info = self.connection.get_device_info()
|
||||
|
||||
Reference in New Issue
Block a user