Skip to content

Commit f9ec532

Browse files
authored
Merge pull request #7060 from keveleigh/tiny
Small capitalization update in PS script
2 parents 06e5f6e + e658502 commit f9ec532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packaging/unitypackage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ if (-not $UnityDirectory) {
134134

135135
$unityEditor = Get-ChildItem $UnityDirectory -Filter 'Unity.exe' -Recurse | Select-Object -First 1 -ExpandProperty FullName
136136
if (-not $unityEditor) {
137-
throw "Unable to find the unity editor executable in $UnityDirectory"
137+
throw "Unable to find the Unity editor executable in $UnityDirectory"
138138
}
139139
Write-Verbose $unityEditor;
140140

0 commit comments

Comments
 (0)