Fixed typo

This commit is contained in:
fedor 2024-03-27 12:16:34 +04:00
parent 0215733c42
commit 264c3e8fb0
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ build {
provisioner "shell" {
inline = [
for version in var.xcode_version :
"source ~/.zprofile && xcodes install ${version} --experimental-unxip --path /Users/admin/Downloads/Xcode_${version}.xip --select --empty-trash && xcodebuild -downloadAllPlatforms && xcodebuild -runFirstLaunc"
"source ~/.zprofile && xcodes install ${version} --experimental-unxip --path /Users/admin/Downloads/Xcode_${version}.xip --select --empty-trash && xcodebuild -downloadAllPlatforms && xcodebuild -runFirstLaunch"
]
}