Skip to content

Commit 58daab0

Browse files
caberoscaberos
authored andcommitted
fix the team code review
1 parent de11c8f commit 58daab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/hardware/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def cli(env, identifier):
2222
'hardware')
2323
instance = manager.get_hardware(hardware_id)
2424

25-
table = formatting.Table(['username', 'password', 'Software', 'Version'])
25+
table = formatting.Table(['Username', 'Password', 'Software', 'Version'])
2626
for item in instance['softwareComponents']:
2727
if 'passwords' not in item:
2828
raise exceptions.SoftLayerError("No passwords found in softwareComponents")

0 commit comments

Comments
 (0)