fix nitpicks

This commit is contained in:
Maxim Lobanov
2020-11-11 13:24:11 +03:00
parent 772f80fadc
commit c656a9ddf2
4 changed files with 20 additions and 22 deletions

View File

@@ -1,8 +1,6 @@
# The script currently requires 2 external variables to be set: XCODE_INSTALL_USER
# and XCODE_INSTALL_PASSWORD, in order to access the Apple Developer Center
Write-Host "Script begin"
$ErrorActionPreference = "Stop"
Import-Module "$env:HOME/image-generation/helpers/Common.Helpers.psm1"