2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Correct typo

This commit is contained in:
Jarrod Johnson 2016-05-24 14:38:44 -04:00
parent f4e8dd497f
commit 2dd44b1725

View File

@ -9,7 +9,7 @@ setup(
packages=['confluent'],
scripts=['bin/confetty', 'bin/nodeconsole', 'bin/nodeeventlog',
'bin/nodefirmware', 'bin/nodehealth', 'bin/nodeidentify',
'bin/nodeinventory', ''bin/nodelist', 'bin/nodepower',
'bin/nodeinventory', 'bin/nodelist', 'bin/nodepower',
'bin/nodesensors', 'bin/nodesetboot'],
data_files=[('/etc/profile.d', ['confluent_env.sh'])],
)