From 10e5d952ac010fa90445e14b5215a965710aeffe Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Mon, 6 Jul 2020 18:08:51 +0200 Subject: [PATCH] unquote 'cooking...' --- command/test-fixtures/hcl/complete/build.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/test-fixtures/hcl/complete/build.pkr.hcl b/command/test-fixtures/hcl/complete/build.pkr.hcl index ceb0a58d3..f19bc805d 100644 --- a/command/test-fixtures/hcl/complete/build.pkr.hcl +++ b/command/test-fixtures/hcl/complete/build.pkr.hcl @@ -47,7 +47,7 @@ build { post-processor "shell-local" { name = "cook" - inline = [ "echo 'cooking...' >> ${upper(build.ID)}.${source.name}.txt" ] + inline = [ "echo cooking... >> ${upper(build.ID)}.${source.name}.txt" ] except = ["null.spaghetti_carbonara"] }