Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Commit c393e2c

Browse files
.
1 parent 2005f78 commit c393e2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/unity-install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ function Run {
358358
# if modules contains android then attempt to install android sdk
359359
if ($modules -contains 'android') {
360360
Write-Host "Installing Android SDK"
361-
Wire-Host "Unity Editor Path: `"$editorPath`""
361+
Write-Host "Unity Editor Path: `"$editorPath`""
362362
if (-not $IsMacOS) {
363363
$rootEditorPath = (Get-Item $editorPath).Directory.Parent.FullName -replace '\\', '/'
364364
if (-not (Test-Path -Path "$rootEditorPath")) {

src/unity-install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ function Run {
358358
# if modules contains android then attempt to install android sdk
359359
if ($modules -contains 'android') {
360360
Write-Host "Installing Android SDK"
361-
Wire-Host "Unity Editor Path: `"$editorPath`""
361+
Write-Host "Unity Editor Path: `"$editorPath`""
362362
if (-not $IsMacOS) {
363363
$rootEditorPath = (Get-Item $editorPath).Directory.Parent.FullName -replace '\\', '/'
364364
if (-not (Test-Path -Path "$rootEditorPath")) {

0 commit comments

Comments
 (0)