Skip to content

Commit

Permalink
Update pkg/provider/aws/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dustin Row <dustinrow@gmail.com>
  • Loading branch information
AlexVulaj and dustman9000 authored Jul 10, 2023
1 parent 9cbb783 commit b3fb017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/aws/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type AwsClientInput struct {

const (
ProxyConfigKey = "aws_proxy"
NoProxyFlag = "no-aws-proxy"
NoProxyFlag = "skip-aws-proxy-check"
)

// TODO: Add more methods when needed
Expand Down

0 comments on commit b3fb017

Please sign in to comment.