Fixed bucket name

This commit is contained in:
fedor 2021-10-12 09:00:32 -04:00
parent 1f284b8c28
commit cadc9dd7a3
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
"inline": [
"source ~/.zprofile",
"brew install wget robotsandpencils/made/xcodes",
"wget --quiet https://storage.googleapis.com/cirrus-parallels-vms/xcodes/Xcode_$XCODE_VERSION.xip",
"wget --quiet https://storage.googleapis.com/parallels-vms/xcodes/Xcode_$XCODE_VERSION.xip",
"xcodes install $XCODE_VERSION --path $PWD/Xcode_$XCODE_VERSION.xip",
"sudo rm -rf ~/.Trash/*",
"xcodes select $XCODE_VERSION",