From 1c4575fa0632ba56d47511cb2f4066a7fb03e3ee Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 10 Nov 2016 16:00:17 -0800 Subject: [PATCH] Fix indent --- command/init.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/command/init.go b/command/init.go index 5450afd30..5d1a8adba 100644 --- a/command/init.go +++ b/command/init.go @@ -186,10 +186,10 @@ job "example" { # will migrate the data. This is useful for tasks that store data # that should persist across allocation updates. # sticky = true - # - # Setting migrate to true results in the allocation directory of a - # sticky allocation directory to be migrated. - # migrate = true + # + # Setting migrate to true results in the allocation directory of a + # sticky allocation directory to be migrated. + # migrate = true # The "size" parameter specifies the size in MB of shared ephemeral disk # between tasks in the group.