From 39e0ccf2e4775764791fc5347fd77a64378f8665 Mon Sep 17 00:00:00 2001 From: fedor Date: Mon, 21 Oct 2024 08:55:41 -0400 Subject: [PATCH] Fixed command --- templates/xcode.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/xcode.pkr.hcl b/templates/xcode.pkr.hcl index 31cc9f3..bf77375 100644 --- a/templates/xcode.pkr.hcl +++ b/templates/xcode.pkr.hcl @@ -142,7 +142,7 @@ build { provisioner "shell" { inline = [ "source ~/.zprofile", - "sudo xcode select var.xcode_version[0]", + "sudo xcodes select var.xcode_version[0]", ] }