diff --git a/templates/xcode.pkr.hcl b/templates/xcode.pkr.hcl index 86eecc0..7a3bb22 100644 --- a/templates/xcode.pkr.hcl +++ b/templates/xcode.pkr.hcl @@ -166,7 +166,6 @@ build { for_each = var.expected_runtimes_file != "" ? [1] : [] labels = ["file"] content { - type = "file" source = var.expected_runtimes_file destination = "/Users/admin/runtimes.expected.txt" }