Skip to content

Commit bbbce2a

Browse files
authored
Merge pull request #938 from bheesham/quick-typo
typo in readme affecting prod deployments
2 parents 9ff230f + 20b6878 commit bbbce2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,5 @@ To deploy a release, run:
160160
```
161161
AWS_PROFILE=iam-admin aws codebuild start-build \
162162
--project-name apps_yml \
163-
--environment-variables-override 'name=MANUAL_DEPLOY_TRIGGER,value=tags/<tag>'
163+
--environment-variables-override 'name=MANUAL_DEPLOY_TRIGGER,value=tag/<tag>'
164164
```

0 commit comments

Comments
 (0)