Skip to content

Commit

Permalink
Merge pull request #84 from pbthif/main
Browse files Browse the repository at this point in the history
Correctly pass in stage from operations client
  • Loading branch information
pbthif authored Nov 1, 2022
2 parents 8d2dcd6 + 937724c commit 56d3096
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 56d3096

Please sign in to comment.