mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
remove the unnecessary double trigger
This commit is contained in:
parent
38414493bf
commit
c36cb39825
1 changed files with 0 additions and 4 deletions
|
@ -146,10 +146,6 @@ def start(token,
|
|||
# cmdline = _text[1:].split(' ', 1)
|
||||
cmdline = salt.utils.shlex_split(_text[1:])
|
||||
|
||||
# Remove inital salt item from list
|
||||
if cmdline[0] == 'salt':
|
||||
del cmdline[0]
|
||||
|
||||
# Remove slack url parsing
|
||||
# Translate target=<http://host.domain.net|host.domain.net>
|
||||
# to target=host.domain.net
|
||||
|
|
Loading…
Add table
Reference in a new issue