Skip to content

Commit

Permalink
Correctly pass in stage from operations client
Browse files Browse the repository at this point in the history
  • Loading branch information
pbthif committed Nov 1, 2022
1 parent 8d2dcd6 commit 937724c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ extension ModelClientDelegate {
self.init(credentialsProvider: credentialsProvider,
awsRegion: awsRegion,
endpointHostName: endpointHostName,
stage: stage,
endpointPort: endpointPort,
requiresTLS: requiresTLS,
service: service,
Expand All @@ -232,6 +233,7 @@ extension ModelClientDelegate {
credentialsProvider: credentialsProvider,
awsRegion: awsRegion,
endpointHostName: endpointHostName,
stage: stage,
endpointPort: endpointPort,
requiresTLS: requiresTLS,
service: service,
Expand Down

0 comments on commit 937724c

Please sign in to comment.