Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Winther <[email protected]>
  • Loading branch information
jippi committed Mar 8, 2019
1 parent e7252f5 commit fd47ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/rds/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (r *RDS) getInstanceTags(instance *rds.DBInstance) config.Tags {
input := &rds.ListTagsForResourceInput{ResourceName: instance.DBInstanceArn}
x, err := r.rds.ListTagsForResource(input)
if err != nil {
log.Errorf(err)
log.Fatal(err)
}

res := make(config.Tags)
Expand Down

0 comments on commit fd47ed5

Please sign in to comment.