Skip to content

Commit cd06986

Browse files
author
Brian Flores
committed
fixed observations
1 parent 7374993 commit cd06986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/image/list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def cli(env, name, public):
2929
for image in image_mgr.list_public_images(name=name, mask=image_mod.MASK):
3030
images.append(image)
3131

32-
table = formatting.Table(['id', 'name', 'type', 'visibility', 'account', 'os', 'created', 'notes'])
32+
table = formatting.Table(['Id', 'Name', 'Type', 'Visibility', 'Account', 'OS', 'Created', 'Notes'])
3333

3434
images = [image for image in images if not image['parentId']]
3535
for image in images:

0 commit comments

Comments
 (0)