Skip to content

Commit 5cc2636

Browse files
authored
fix typo in configuration-cookbook.md
fix typo. aws-ecs 0.0.4 -> aws-ecr 0.0.4
1 parent 91440c4 commit 5cc2636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/configuration-cookbook.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ workflows:
103103
container-image-name-updates: 'container=${MY_APP_PREFIX}-service,tag=${CIRCLE_SHA1}'
104104
```
105105

106-
Notice in this example that you need to instantiate two different AWS ECS orbs: `aws-ecs 0.0.3` and `aws-ecs 0.0.4` to update the ECS service. Once you have instantiated these two orbs, the orb enables the configuration, and then pushes the image, before finally deploying the service update to ECS.
106+
Notice in this example that you need to instantiate two different AWS ECS orbs: `aws-ecs 0.0.3` and `aws-ecr 0.0.4` to update the ECS service. Once you have instantiated these two orbs, the orb enables the configuration, and then pushes the image, before finally deploying the service update to ECS.
107107

108108
#### Updating the Amazon Web Services CLI and Amazon ECS
109109

0 commit comments

Comments
 (0)