Skip to content

Commit 9816e83

Browse files
committed
remove unintended change
1 parent 8a99ec2 commit 9816e83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftLayer/CLI/virt/detail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def cli(self, identifier, passwords=False, price=False):
5757
)])
5858
table.add_row(['os_version',
5959
operating_system.get('version') or formatting.blank()])
60-
('billing:list', 'SoftLayer.CLI.billing.list:cli'),
60+
table.add_row(['cores', result['maxCpu']])
6161
table.add_row(['memory', formatting.mb_to_gb(result['maxMemory'])])
6262
table.add_row(['public_ip',
6363
result['primaryIpAddress'] or formatting.blank()])

0 commit comments

Comments
 (0)