Skip to content

Commit

Permalink
style(ecs): Corrects spelling of account (#4659)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
sikevux and mergify[bot] committed Jun 10, 2020
1 parent 7486405 commit 7c8d4b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public EcsAccountMapper(AccountCredentialsProvider accountCredentialsProvider) {
}
}

public NetflixECSCredentials fromAwsAccountNameToEcs(String awsAccoutName) {
return ecsCredentialsMap.get(awsAccoutName);
public NetflixECSCredentials fromAwsAccountNameToEcs(String awsAccountName) {
return ecsCredentialsMap.get(awsAccountName);
}

public NetflixAmazonCredentials fromEcsAccountNameToAws(String ecsAccountName) {
Expand Down

0 comments on commit 7c8d4b6

Please sign in to comment.