Merge pull request #93 from jouve/typo

typo with --update-failure-action flag
This commit is contained in:
Jérôme Petazzoni
2017-10-20 15:37:02 +02:00
committed by GitHub

View File

@@ -4669,7 +4669,7 @@ class: healthcheck
- unhealthy tasks are terminated (i.e. the service is restarted)
- failed deployments can be rolled back automatically
<br/>(by setting *at least* the flag `--update-failure action rollback`)
<br/>(by setting *at least* the flag `--update-failure-action rollback`)
---