Skip to content

Commit f4079a8

Browse files
author
Achille Roussel
committed
fix pack-ami
1 parent 50c4cde commit f4079a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pack-ami

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def get_account_id():
134134
roles = iam.list_roles()['Roles']
135135

136136
if users:
137-
arn = users['Arn']
137+
arn = users[0]['Arn']
138138
else:
139139
for role in roles:
140140
try:

0 commit comments

Comments
 (0)