mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Another missing comma.
This commit is contained in:
parent
3c77860fc0
commit
9e5ba8c45f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -438,7 +438,7 @@ else:
|
|||
if IS_WINDOWS_PLATFORM is False:
|
||||
SETUP_KWARGS['scripts'].extend([
|
||||
'scripts/salt',
|
||||
'scripts/salt-cloud'
|
||||
'scripts/salt-cloud',
|
||||
'scripts/salt-key',
|
||||
'scripts/salt-master',
|
||||
'scripts/salt-run',
|
||||
|
|
Loading…
Add table
Reference in a new issue