mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Merge pull request #51121 from Ch3LL/bp-51100
Backport #51100 into 2019.2.0.rc1
This commit is contained in:
commit
e6c9253ff4
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