Skip to content

Commit

Permalink
fix name of field
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Jan 3, 2023
1 parent 5f9829a commit 174e066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/rust-runtime/aws-config/src/provider_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub struct ProviderConfig {
sleep: Option<Arc<dyn AsyncSleep>>,
region: Option<Region>,
// An AWS profile created from `ProfileFiles` and a `profile_name`
profile: Arc<OnceCell<Result<ProfileSet, ProfileFileLoadError>>>,
parsed_profile: Arc<OnceCell<Result<ProfileSet, ProfileFileLoadError>>>,
// A list of [std::path::Path]s to profile files
profile_files: ProfileFiles,
// An override to use when constructing a `ProfileSet`
Expand Down

0 comments on commit 174e066

Please sign in to comment.