Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kvbik/boto into kvbik-master
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Garnaat committed Jan 30, 2011
2 parents 80d3d5e + da6d226 commit f0df28c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/list_instances
Expand Up @@ -16,7 +16,8 @@ HEADERS = {
'State': {'get': attrgetter('state'), 'length':15},
'Image': {'get': attrgetter('image_id'), 'length':15},
'Type': {'get': attrgetter('instance_type'), 'length':15},
'IP': {'get': attrgetter('ip_address'), 'length':15},
'IP': {'get': attrgetter('ip_address'), 'length':16},
'PrivateIP': {'get': attrgetter('private_ip_address'), 'length':16},
'Key': {'get': attrgetter('key_name'), 'length':25},
'T:': {'length': 30},
}
Expand Down

0 comments on commit f0df28c

Please sign in to comment.