From 1b15ebd8b2b53803baf8e170c2e5d89e5fc845f5 Mon Sep 17 00:00:00 2001 From: fedor Date: Fri, 4 Apr 2025 16:30:35 -0400 Subject: [PATCH] Fixed format --- templates/xcode.pkr.hcl | 1 - 1 file changed, 1 deletion(-) 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" }