mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
changed the publish methon in the client to pub
This commit is contained in:
parent
596e2c219a
commit
b5e298d070
@ -77,7 +77,7 @@ class LocalClient(object):
|
||||
os.chdir(cwd)
|
||||
return ret
|
||||
|
||||
def publish(self, tgt, fun, arg=()):
|
||||
def pub(self, tgt, fun, arg=()):
|
||||
'''
|
||||
Take the required arguemnts and publish the given command.
|
||||
Arguments:
|
||||
|
Loading…
Reference in New Issue
Block a user