Skip to content

Commit ba5274d

Browse files
author
Brian Flores
committed
updated column names
1 parent 788ff67 commit ba5274d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/hardware/create_credential.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def cli(env, identifier, username, password, notes, software):
3939

4040
result = mgr.create_credential(template)
4141

42-
table = formatting.KeyValueTable(['name', 'value'])
42+
table = formatting.KeyValueTable(['Name', 'Value'])
4343
table.align['Name'] = 'r'
4444
table.align['Value'] = 'l'
4545
table.add_row(['Software Credential Id', result['id']])

0 commit comments

Comments
 (0)