Skip to content

Commit

Permalink
fix: NewClient uses awsRegion
Browse files Browse the repository at this point in the history
  • Loading branch information
anarcher committed Apr 13, 2020
1 parent 56f83f6 commit 6fc2a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/roll/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func Nodes(kubectl *kubernetes.Client, instanceGroup, cluster string, awsRegion
ui.PrintTitle("PROGRESS:\n", true)

// Create AWS client
client, err := dextreaws.NewClient("eu-west-1")
client, err := dextreaws.NewClient(awsRegion)
if err != nil {
return err
}
Expand Down

0 comments on commit 6fc2a87

Please sign in to comment.