Fix make.ps1 'check' command

This commit is contained in:
reaperrr
2015-04-02 23:19:49 +02:00
parent 5ac648600d
commit d72cec6275

View File

@@ -154,8 +154,6 @@ elseif ($command -eq "check")
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Utility
echo "Checking for code style violations in OpenRA.Test..."
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Test
echo "Checking for code style violations in OpenRA.TilesetBuilder..."
./OpenRA.Utility.exe cnc --check-code-style OpenRA.TilesetBuilder
}
elseif ($command -eq "docs")
{