mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update __init__.py
This commit is contained in:
parent
0d3c2d549e
commit
5664de6610
1 changed files with 1 additions and 1 deletions
|
@ -121,6 +121,6 @@ class WheelClient(mixins.SyncClientMixin, mixins.AsyncClientMixin, object):
|
|||
>>> wheel.cmd('key.finger', ['jerry'])
|
||||
{'minions': {'jerry': '5d:f6:79:43:5e:d4:42:3f:57:b8:45:a8:7e:a4:6e:ca'}}
|
||||
'''
|
||||
|
||||
return self.low(fun, kwarg)
|
||||
|
||||
Wheel = WheelClient # for backward-compat
|
||||
|
|
Loading…
Add table
Reference in a new issue