From 2b3b99bcce880bb54b79a214e8c169e65701dcba Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Wed, 6 Jun 2018 14:48:51 -0700 Subject: [PATCH] indentation --- command/job_init.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/command/job_init.go b/command/job_init.go index 79e784942..4ae25db67 100644 --- a/command/job_init.go +++ b/command/job_init.go @@ -221,13 +221,13 @@ job "example" { # set to true. healthy_deadline = "3m" - # The "progress_deadline" parameter specifies the deadline in which an - # allocation must be marked as healthy. The deadline begins when the first - # allocation for the deployment is created and is reset whenever an allocation - # as part of the deployment transitions to a healthy state. If no allocation - # transitions to the healthy state before the progress deadline, the - # deployment is marked as failed. - progress_deadline = "10m" + # The "progress_deadline" parameter specifies the deadline in which an + # allocation must be marked as healthy. The deadline begins when the first + # allocation for the deployment is created and is reset whenever an allocation + # as part of the deployment transitions to a healthy state. If no allocation + # transitions to the healthy state before the progress deadline, the + # deployment is marked as failed. + progress_deadline = "10m" # The "auto_revert" parameter specifies if the job should auto-revert to the # last stable job on deployment failure. A job is marked as stable if all the