Merge pull request #4333 from hashicorp/b-deploy-typo

Fixed typo in deployment help text
This commit is contained in:
Alex Dadgar 2018-05-24 17:00:13 +00:00 committed by GitHub
commit 368205e118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@ Usage: nomad deployment <subcommand> [options] [args]
Promote the canaries to allow the remaining allocations to be updated in a
rolling deployment fashion:
$ nomad deployment promote <depoloyment-id>
$ nomad deployment promote <deployment-id>
Mark a deployment as failed. This will stop new allocations from being placed
and if the job's upgrade stanza specifies auto_revert, causes the job to
revert back to the last stable version of the job:
$ nomad deployment fail <depoloyment-id>
$ nomad deployment fail <deployment-id>
Please see the individual subcommand help for detailed usage information.
`