Skip to content

Commit

Permalink
Merge pull request saltstack#51121 from Ch3LL/bp-51100
Browse files Browse the repository at this point in the history
Backport saltstack#51100 into 2019.2.0.rc1
  • Loading branch information
dwoz authored Jan 9, 2019
2 parents 9b96083 + a63ee19 commit e6c9253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/utils/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ def disconnect(self):
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):
Expand Down

0 comments on commit e6c9253

Please sign in to comment.