Skip to content

Commit

Permalink
collector.go: Fix hardcoded AWS Region
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelNdeCarvalho committed Dec 8, 2024
1 parent a9befbc commit d2759a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func New(region string) (*Collector, error) {

return &Collector{
client: batch.New(s),
region: "ap-northeast-1",
region: region,
timeout: timeout,
}, nil
}
Expand Down

0 comments on commit d2759a3

Please sign in to comment.