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"] }