From 2bd3a7883165f0f5d242177199298871826d606d Mon Sep 17 00:00:00 2001 From: fedor Date: Mon, 21 Oct 2024 09:59:00 -0400 Subject: [PATCH] Quotes --- 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 bf77375..94ca9bd 100644 --- a/templates/xcode.pkr.hcl +++ b/templates/xcode.pkr.hcl @@ -142,7 +142,7 @@ build { provisioner "shell" { inline = [ "source ~/.zprofile", - "sudo xcodes select var.xcode_version[0]", + "sudo xcodes select '${var.xcode_version[0]}'", ] }