From ab02f4588e8aa815cea7e2b4c561f2107a4518a4 Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Wed, 13 Feb 2019 17:25:17 -0500 Subject: [PATCH] Update job_init.go minor --- command/job_init.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/command/job_init.go b/command/job_init.go index 40122fd46..74a13b022 100644 --- a/command/job_init.go +++ b/command/job_init.go @@ -375,14 +375,14 @@ job "example" { # attribute specifies the name of a node attribute or metadata # attribute = "${node.datacenter}" # - # target can be used to define desired percentages of allocations - # in each target attribute value. + # targets can be used to define desired percentages of allocations + # for each targeted attribute value. # # target "us-east1" { - # percent = 60 + # percent = 60 # } # target "us-west1" { - # percent = 40 + # percent = 40 # } # }