Skip to content

Commit

Permalink
Merge pull request GSA#53 from GSA/update
Browse files Browse the repository at this point in the history
fixes type error in helpers.go
  • Loading branch information
bryanlalexander authored Oct 8, 2021
2 parents 3f5dedc + 1ebad6a commit fe1459e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/helpers/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func TypeToSheet(items interface{}) (string, error) {
sheet = SheetVolumes
case *ec2.Snapshot:
sheet = SheetSnapshots
case *ec2.InternetGateway:
case *Igw:
sheet = SheetIgws
case *ec2.Vpc:
sheet = SheetVpcs
Expand Down

0 comments on commit fe1459e

Please sign in to comment.