Skip to content

Commit

Permalink
capitalize aws username (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjayesh authored Apr 22, 2022
1 parent 28ed825 commit 158b188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/features/guide-aws-gcp-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ If you are doing a manual install of the Kubeflow Pipelines, make sure that the
* Authenticate your local `docker` CLI with your ECR registry using the following command. Replace the capitalized words with your values.
```powershell
aws ecr get-login-password --region REGION | docker login --username aws --password-stdin ACCOUNT_ID.dkr.ecr.REGION.amazonaws.com
aws ecr get-login-password --region REGION | docker login --username AWS --password-stdin ACCOUNT_ID.dkr.ecr.REGION.amazonaws.com
```
{% endtab %}
Expand Down

0 comments on commit 158b188

Please sign in to comment.