mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #51100 from dwoz/cloud_typo
Fix typo in method name (2019.2)
This commit is contained in:
commit
4c2d76d10f
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,7 @@ class Client(object):
|
|||
def create_service(self):
|
||||
return self._client.create_service()
|
||||
|
||||
def run_executabe(self, *args, **kwargs):
|
||||
def run_executable(self, *args, **kwargs):
|
||||
return self._client.run_executable(*args, **kwargs)
|
||||
|
||||
def remove_service(self, wait_timeout=10, sleep_wait=1):
|
||||
|
|
Loading…
Add table
Reference in a new issue