Skip to content

Commit c30b72f

Browse files
caberoscaberos
authored andcommitted
Error with slcli order item-list
1 parent 2c86f68 commit c30b72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/order/item_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def _location_item_prices(location_prices, location, tables):
125125
:param list tables: Table list to add location prices table.
126126
"""
127127
location_prices_table = formatting.Table(COLUMNS_ITEM_PRICES_LOCATION, title="Item Prices for %s" % location)
128-
location_prices_table.sortby = 'keyName'
128+
location_prices_table.sortby = 'KeyName'
129129
location_prices_table.align = 'l'
130130
for price in location_prices:
131131
cr_max = get_item_price_data(price, 'capacityRestrictionMaximum')

0 commit comments

Comments
 (0)