Skip to content

Commit eee1c28

Browse files
caberoscaberos
authored andcommitted
fix the team code review comments
1 parent b43d734 commit eee1c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/loadbal/order.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def order_options(env, datacenter):
103103
dc_name = utils.lookup(region, 'location', 'location', 'name')
104104

105105
# Skip locations if they are not the one requested.
106-
if datacenter and dc_name != datacenter:
106+
if datacenter and dc_name != datacenter.lower():
107107
continue
108108

109109
l_groups = []

0 commit comments

Comments
 (0)