Skip to content

Commit b8ebc9a

Browse files
caberoscaberos
authored andcommitted
fix the team code review comments
1 parent 3c9cf60 commit b8ebc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/order/package_locations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from SoftLayer.managers import network
88
from SoftLayer.managers import ordering
99

10-
COLUMNS = ['id', 'dc', 'description', 'keyName', 'note']
10+
COLUMNS = ['id', 'dc', 'description', 'keyName', 'Note']
1111

1212

1313
@click.command()

0 commit comments

Comments
 (0)