Fix CheckForUtility not working

This commit is contained in:
abcdefg30 2020-01-18 16:41:28 +01:00 committed by Paul Chote
parent 6767a6802f
commit 8da202ff1c

View File

@ -178,7 +178,7 @@ function Docs-Command
function CheckForUtility function CheckForUtility
{ {
if (Test-Path OpenRA.Utility.exe) if (Test-Path $utilityPath)
{ {
return 0 return 0
} }