Skip to content

Commit

Permalink
Fix policy output
Browse files Browse the repository at this point in the history
  • Loading branch information
kobajagi committed Nov 20, 2023
1 parent afff783 commit 73af313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/iam.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (o *iamPolicyOutput) ToTable() {

for name, service := range o.Services {
if len(service.Rules) == 0 {
t.Append([]string{name, service.Type, "", "", ""})
t.Append([]string{name, service.Type, "", ""})
continue
}

Expand Down

0 comments on commit 73af313

Please sign in to comment.