Skip to content

Commit fa443aa

Browse files
committed
Fixes refactor bug
1 parent 554bf7e commit fa443aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftLayer/CLI/modules/globalip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def execute(self, args):
5656
mgr = NetworkManager(self.client)
5757
global_ip_id = resolve_id(mgr.resolve_global_ip_ids,
5858
args.get('<identifier>'),
59-
name='global ip')(args.get('<identifier>'))
59+
name='global ip')
6060

6161
if args['--really'] or no_going_back(global_ip_id):
6262
mgr.cancel_global_ip(global_ip_id)

0 commit comments

Comments
 (0)