mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo in the salt master
This commit is contained in:
parent
25a19cfd6b
commit
19952c578b
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class ReqServer():
|
|||
in_socket = self.context.socket(zmq.REP)
|
||||
in_socket.connect(self.w_uri)
|
||||
m_worker = MWorker(self.opts,
|
||||
ind
|
||||
ind,
|
||||
self.master_key,
|
||||
self.key,
|
||||
self.crypticle)
|
||||
|
|
Loading…
Add table
Reference in a new issue